View unanswered posts
View active topics
FAQ
Search
Members
User Control Panel
Login
Web Design Company
Chicago Property Tax
Re: Aligning divs
Make a clear class in your CSS like: .clear {clear:both;} And under the floated DIV's in your HMTL have: <div class="clear"></div> Then put the rest of your text under that DIV.
Click here to read the whole forum topic