Template:Clear: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
m (fix category display order, minor tweaks)
(testing: positioned pre tags like in the previous version)
Line 1: Line 1:
<div style="clear:both"></div>
<div style="clear:both;"></div>
<noinclude>
<noinclude>
Code
Code


<pre><div style="clear:both"></div></pre>
<pre>
<div style="clear:both;"></div>
</pre>


<div style="clear:both"></div>
<div style="clear:both;"></div>
==USAGE==


==USAGE==
Copy this text when you want to start text below tables, images etc instead of being next to them.
Copy this text when you want to start text below tables, images etc instead of being next to them.


<pre>{{clear}}</pre>
<pre>
{{clear}}
</pre>
 


[[Category:Templates|Clear]]
[[Category:Templates|Clear]]
</noinclude>
</noinclude>

Revision as of 19:57, 9 February 2012

Code

<div style="clear:both;"></div>

USAGE

Copy this text when you want to start text below tables, images etc instead of being next to them.

{{clear}}