Clear – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<div style="clear:both;"></div><noinclude>{{PAGENAME}}</noinclude>")
 
(Fix category and add description)
Line 1: Line 1:
<div style="clear:both;"></div><noinclude>[[Category:Utility templates|{{PAGENAME}}]]</noinclude>
<includeonly><div style="clear:both"></div></includeonly><noinclude>
Adds an invisible HTML object to clear CSS float style.
 
== Usage ==
{{<nowiki/>Clear}}
 
== Output ==
 
<syntaxhighlight lang="html">
<div style="clear:both"></div>
</syntaxhighlight>
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 18:57, 22 June 2020

Adds an invisible HTML object to clear CSS float style.

Usage

{{Clear}}

Output

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