Template:Clear/doc

From VNDev Wiki
< Template:Clear
Revision as of 00:01, 17 June 2022 by Arsym (talk | contribs) (Created page with "{{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Template shortcut|-||Clr}}}} == Description == This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images. == Usage == {| | {{tlx|clear}} || — adds <code><div style="clear:both;"></div></code> |- | {{tlx|clear|left}} || — adds <code><div style="clear:left;"></div></code> |- | {{tlx|clear|right}} || — ad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Description

This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.

Usage

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