Template:Clear/doc
The template {{clear}} adds <div style="clear:both;"></div>
, <div style="clear:left;></div>
, or <div style="clear:right;"></div>
.
{{clear}}
makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images.
Contents
Usage
{{clear}}
{{clear|left}}
{{clear|right}}
Examples
Example without {{clear}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat..
New section without template
See how this section starts at the right of the image?
Example that uses {{clear}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.{{clear}}
New section with template
See how this section appears below the image?