Template:Clear/doc
Jump to navigation
Jump to search
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[edit]
- {{clear}} — adds <div style="clear:both;"></div>
- {{clear|left}} — adds <div style="clear:left;"></div>
- {{clear|right}} — adds <div style="clear:right;"></div>
For technical details, see the discussion in the talk page of the wikipedia equivalent.