Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Layout…Kind of Footer Problem Re: CSS Layout…Kind of Footer Problem

#50361
Cotton
Member

I think you were asking about how to get your floated columns to extend all the way to the bottom? If that is the case, the easiest way to fix it is to create a clear class, and then put that after your columns.

Code:
CSS
.clear {clear: both;}
Code:
HTML