Template:Clear/doc
From VNDev Wiki
This is a documentation subpage for Template:Clear. It contains usage information, categories and other content that is not part of the original template page. |
Description
This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images.
Usage
{{clear}} |
— adds <div style="clear:both;"></div>
|
{{clear|left}} |
— adds <div style="clear:left;"></div>
|
{{clear|right}} |
— adds <div style="clear:right;"></div>
|