Talk:Malevolent Rising

From MegaGlest
Jump to: navigation, search

Line breaks[edit]

I wasn't entirely sure what you were looking to do, but it looks like you wanted line breaks after the images for the list of factions. Albeit, it's done slightly differently. Regular br tags will not work, as they only break the line in the current "field". Because the images are floating on the left, you must break the left "field" as well. While you could use <br style="clear: left;" /> to clear only the left, ideally, you must clear all of the fields at the same time, so you'd use: <br style="clear: both;" />. However, please do not directly use this code here, as it is messy, hard to maintain, and not very friendly to newbies. Instead, use {{Clear}}. This is an automatic equivalent of <br style="clear: both;" />, and easier on the hands (and memory) too.

To sum that up: use {{Clear}} for breaking lines when you have something floating on the left or right (note: it will break images, infoboxes, etc). GG      Hofmic     Talk 19:23, March 11, 2011 (UTC)