Template:Clear

From Ymirheim Wiki
Revision as of 19:31, 8 July 2024 by Neris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Clears DOM element flow previously affected by blocks with float: left; or float: right; (or both) styles. It makes any following blocks appear under the floating blocks, not beside them.

Examples

{{Clear}}


{{Clear|left}}


[[File:Shelphy Adriana.png|thumb|A block with <code>float: right;</code>]]
A text before the clear.
{{Clear|right}}
A text after the clear.
A block with float: right;

A text before the clear.

A text after the clear.