Help:Table/Advanced: Difference between revisions

Content deleted Content added
Line 473:
 
Tables and images can also be '''floated to the right''' by adding '''float:right;'''
<div style="display:inline-gridtable; vertical-align:top; float:right;">
[[File:Female incarceration rates by country and US state.gif|thumb|rightnone|upright=0.5|Female incarceration rates by country and US state.]]
</div>
<div style="display:inline-gridtable; vertical-align:top; float:right;">
[[File:World incarceration rates if every U.S. state were a country.png|thumb|rightnone|upright=0.5|World incarceration rates by country and US state.]]
</div>
 
Line 483:
 
<syntaxhighlight lang=wikitext highlight=1,4>
<div style="display:inline-gridtable; vertical-align:top; float:right;">
[[File:Female incarceration rates by country and US state.gif|thumb|rightnone|upright=0.5|Female incarceration rates by country and US state.]]
</div>
<div style="display:inline-gridtable; vertical-align:top; float:right;">
[[File:World incarceration rates if every U.S. state were a country.png|thumb|rightnone|upright=0.5|World incarceration rates by country and US state.]]
</div>
</syntaxhighlight>