Actions

Template

Template:Clear

From Necroxia Origin

Usage:

{{Clear|side|height=height}}

Parameters:

height
The height of the div. Include units (e.g. 3em)
side
The side to clear. Possible values: left, right, both. Defaults to both.

What it does: Clears any floating elements with a div. div, being a block element will force a new line for the text or table following it. Can be used where tables overlap each other, to separate them instead of using a thousand line-breaks.