Template:Clear

From SnesLab
Jump to: navigation, search

Inserts a block element with the clear: both CSS attribute. It's useful if you need any text or other element below a floated image in a page. Without this, the text might be displayed beside the image instead.

You can set the first parameter to left or right to only have it clear that side, for example: {{clear|left}}.