I have a div that is float:left, and after the div is the rest of the page. In order to keep the rest of the page below the div, I must first place a
after the div you've floated. add the following code.
then continue the rest of the page as usual.