Template:Clear: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
Marcus (talk | contribs)
Add template for clearing floating layout
 
 
Line 1: Line 1:
<div style="clear:{{{1|both}}};"></div><noinclude>
<div style="clear:{{{1|both}}};"></div><!--
This template can be used to clear floating blocks.  It inserts the HTML <code><div style="clear:both;"></code>
--><noinclude>
==Documentation==
This template can be used to clear floating blocks.  It inserts the HTML <nowiki><div style="clear:both;"></nowiki>. It is useful for stop tables and images overlapping into next subsection of the article.
[[Category:Templates layout]]
</noinclude>
</noinclude>

Latest revision as of 12:10, 19 December 2018

Documentation

This template can be used to clear floating blocks. It inserts the HTML <div style="clear:both;">. It is useful for stop tables and images overlapping into next subsection of the article.