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
Create a class and insert into CSS:
br.cb { clear: both; }
Insert into HTML:
This made it past W3 markup and CSS validator.