Template:Clear
Jump to navigation
Jump to search
- {{clear}} — adds
<div style="clear:both;"></div>
- {{clear|left}} — adds
<div style="clear:left;"></div>
- {{clear|right}} — adds
<div style="clear:right;"></div>
<div style="clear:both;"></div>
<div style="clear:left;"></div>
<div style="clear:right;"></div>