Template:Clear: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Greenpickle (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<div style="clear: both"></div><noinclude> | <div style="clear: both"></div><noinclude> | ||
Where possible you should just copy the code: | ==Use== | ||
<tt><div style="clear: both"></div></tt> | Add this template to help with layout. It moves the next heading down to the point after which all content before is finished, so that there are no horizontal overlaps with the heading. | ||
instead of using {{ | |||
[[Category:Templates|{{PAGENAME}}]] | Where possible you should just copy the code: <tt><div style="clear: both"></div></tt> instead of using <nowiki>{{clear}}</nowiki>. | ||
[[Category:Templates|{{PAGENAME}}]] |
Revision as of 07:25, April 16, 2008
Use
Add this template to help with layout. It moves the next heading down to the point after which all content before is finished, so that there are no horizontal overlaps with the heading.
Where possible you should just copy the code: <div style="clear: both"></div> instead of using {{clear}}.