Difference between revisions of "Template:Clear left"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (tweaked CSS, {{documentation}})
(update category)
Line 1: Line 1:
<div style="clear:left; float:left;">{{{1|}}}</div><noinclude>{{documentation}}</noinclude>
+
<div style="clear: left; float: left"></div><noinclude>
 +
Produces:
 +
<nowiki><div style="clear: left; float: left"></nowiki>
 +
 
 +
=== See also ===
 +
* '''{{Lts|clear}}'''
 +
* {{Lts|clearleft}}: Delays content until left column is complete.
 +
* {{Lts|clearright}}: Delays content until right column is complete.
 +
* {{Lts|-}} is similar but technically different
 +
 
 +
[[Category:Formatting templates|{{PAGENAME}}]]
 +
</noinclude>

Revision as of 23:10, 24 January 2008

Produces:

<div style="clear: left; float: left">

See also