Template:-

From MHWiki
Revision as of 07:00, 1 February 2022 by B.Tay (talk | contribs) (Changed to <div style='clear:both'></div> (from HTML to CSS))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use {{-}} after any floating elements and before elements you do not wish to float together with the first set.

Details

{{-}} contains the markup:

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

This causes any previously-established float to clear.

The unusual name of this template is a mnemonic for an imaginary horizontal line, which separates floating elements above from those below.