Difference between revisions of "Template:Float right"

From blackwiki
Jump to navigation Jump to search
imported>Hyacinth
(*{{tl|Image frame}})
imported>Calebgcooper
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
float: right; margin-left: 1em; clear: right;<noinclude>
 
float: right; margin-left: 1em; clear: right;<noinclude>
 
+
{{Documentation}}</noinclude>
{{Documentation
 
| content =
 
This template may be used in tables for the "style" parameter.
 
 
 
For example:
 
<nowiki>{| style="{{float right}} width: 242px; border: #99B3FF solid 1px; text-align: center"</nowiki>
 
 
 
===See also===
 
*{{tl|align}}
 
*{{tl|Float left}}
 
*{{tl|Right}}
 
*{{tl|Clear}}
 
*{{tl|Image frame}}
 
 
 
[[Category:Positioning templates]]
 
}}<!--(end Documentation)-->
 
</noinclude>
 

Latest revision as of 18:51, 3 November 2020

float: right; margin-left: 1em; clear: right;

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