Template:Clear
This template creates a div containing the CSS "clear" property. It will cause content below it not to wrap around floating elements directly above it.
Defaults to "clear:both" (affects any floating elements, regardless of which side they're on), but can be changed to "clear:left" (affects only left-floating elements) or "clear:right" (affects only right-floating elements).
- Syntax
{{clear}}
{{clear|left}}
{{clear|right}}