Template:Clear

From The DarkMod Wiki
Revision as of 16:52, 28 October 2007 by Tels (talk | contribs) (better layout)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This template inserts an empty paragraph break that also clears floating elements, so that the text after this paragraph will be below them. This is usefull for when you anchor images with |right or |left. Anything written below these images will appear left or right of the image until the full height of the image is used up. With {{clear}}, you can force the text to continue after the image.

Here is an example:

Wiki code:

 [[Image:bevel09.jpg|right|120px]]
 Some more text.
 This text will also be left of the image.

Here is how it looks:


Bevel09.jpg

Some more text. This text will also be left of the image.


And here is how it looks with this template:

Wiki code:

 [[Image:bevel09.jpg|right|120px]]
 Some more text. 
 {{clear}}
 This text will be below the image.

And this looks like so:


Bevel09.jpg

Some more text.

This text will be below the image.