and we can use a simple
clear:both; to avoid it.
if there's a better way
--
SvenDowideit - 08 Sep 2009
The safest (cross platform) way I know so far is adding:
<br class="foswikiClear" />
just before the closing of the floating div.
--
ArthurClemens - 08 Sep 2009
I thought about doing that, and decided that adding
+.foswikiContentFooter {
+ clear:both;
+}
is probably more flexible, because it will allow anyone making a subskin over-riding pattern skin to remove it, whereas adding a foswikiClear to the html would really limit the customisation posibilities.
--
SvenDowideit - 19 Sep 2009
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
