Template:Clear

From INMOST Wiki
Revision as of 13:05, 8 September 2020 by Margotbean (talk | contribs) (Created page with "<includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description[edit]

This template is used when the text needs to be moved below, for example, after an image or an infobox.

Use[edit]

This template can be used by entering the following onto any relevant page.

{{clear}}
substitutes: <div style="clear:both;"></div>
{{clear|left}}
substitutes: <div style="clear:left;"></div>
{{clear|right}}
substitutes: <div style="clear:right;"></div>