View Single Post
Old 09-30-2010, 03:18 PM   #8
FlameCity
Crash and Bang Winger
 
FlameCity's Avatar
 
Join Date: May 2006
Location: Calgary
Exp:
Default

Quote:
Originally Posted by Swayze11 View Post
create a class in your css called .Clear and it will look like this:
.Clear {clear:both}

then put this after your elements are floating.. for example:
<div class="whatever you have making it float">
<div class="your other items floating">
<div class="Clear"></div>

Edit:
Also, the whole 3 content columns approach really sucks - it can become a big pain. I am not saying you need to change it but for future projects id stay away from that.

Also: You need to set set widths on those content areas or the float wont work.
I know I know, It's only 3 columns on the front page, the other templates layout is two column and one column.
FlameCity is offline   Reply With Quote