Clear – Template
Jump to navigation
Jump to search
NicholasAS (talk | contribs) (Created page with "<div style="clear:both;"></div><noinclude>{{PAGENAME}}</noinclude>") |
Lou Montana (talk | contribs) (Fix category and add description) |
||
Line 1: | Line 1: | ||
<div style="clear:both | <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 17:57, 22 June 2020
Adds an invisible HTML object to clear CSS float style.
Usage
{{Clear}}
Output
<div style="clear:both"></div>