News

Log In Sponsors
Partner Sites

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