Please create an account or Login! Have fun!

Template:Clear

Jump to navigation Jump to search

This template adds <div style="clear:both;"></div>.

The nameless first parameter is optional; if specified, it should either be left or right. If it is set to left, then the template will add

<div style="clear:left;"></div>

Similarly, setting the first parameter to right will add:

<div style="clear:right;"></div>