Difference between revisions of "Template:Float left"

From blackwiki
Jump to navigation Jump to search
imported>Funandtrvl
(update info)
imported>Calebgcooper
 
Line 1: Line 1:
 
float: left; margin-right: 1em;<noinclude>
 
float: left; margin-right: 1em;<noinclude>
{{Documentation
+
{{Documentation|Template:Float right/doc}}</noinclude>
| content =
 
This template may be used in tables for the "style" parameter.
 
 
 
==See also==
 
* {{tl|align}}
 
* {{tl|center}}, {{tl|right}} and {{tl|left}}
 
* {{tl|float center}}, {{tl|float right}} and {{tl|float left}}
 
* {{tl|Image frame}}
 
 
 
[[Category:Positioning templates]]
 
}}</noinclude>
 

Latest revision as of 18:53, 3 November 2020

float: left; margin-right: 1em;

Template documentation[view] [edit] [history] [purge]

Usage

This template may be used in tables for the "style" parameter.

{| class="wikitable" style="{{float right}} text-align: center;"
! Header 1
! Header 2
|- 
| Cell 1
| Cell 2
|}
Header 1 Header 2
Cell 1 Cell 2


{| class="wikitable" style="{{float center}} text-align: center;"
! Header 1
! Header 2
|- 
| Cell 1
| Cell 2
|}
Header 1 Header 2
Cell 1 Cell 2


{| class="wikitable" style="{{float left}} text-align: center;"
! Header 1
! Header 2
|- 
| Cell 1
| Cell 2
|}
Header 1 Header 2
Cell 1 Cell 2

See also