Template:Clear
Jump to navigation
Jump to search
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. It is also useful for starting a bulleted list in a table, as well as other miscellaneous uses.
Usage
- {{clear}} — adds
<div style="clear:both;"></div>
- {{clear|left}} — adds
<div style="clear:left;"></div>
Delays content until just the left column is complete. - {{clear|right}} — adds
<div style="clear:right;"></div>
Delays content until just the right column is complete.
For more information, see Wikipedia:Template:Clear