Template:Clear
Revision as of 15:53, 14 February 2020 by Optimist on the run (6278087) (talk | contribs) (Clear template (copied from Wikipedia))
Description
It 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>
</nowiki>