Template:Clear: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
New page: <div style="clear:both;"></div><noinclude> {{documentation|content=Clears floating blocks. Category:Utility templates}} </noinclude> |
m made cleared side selectable |
||
Line 1: | Line 1: | ||
<div style="clear:both;"></div><noinclude> | <div style="clear:{{{1|both}};"></div><noinclude> | ||
{{documentation | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 08:08, 14 December 2008
[edit] Documentation
Clears floating blocks.
Usage
To clear left and right floats:
{{clear}}
To clear only one side:
{{clear|left}}
or:
{{clear|right}}