Hi I'm trying to find a CSS alternative to <br clear="all"> My test page http://www.gmronline.com/falcom/falcomcatalog/albums/album_fsb89_part1_fms1.html The CSS is here http://www.gmronline.com/falcom/falcomcatalog/falcomcatalog.css I have an image that is floated left. with some text to its right. Then, I wish to created a break, so I can continue the text beneath the image. I thought that creating a spacer div with its style as "clear: both" right after the image would do it, but it causes some adverse effects in IE. In Mozilla, this looks fine, but IE, there is a HUGE amount of whitespace before I see the rest of the text. Can anybody advise? --Stephen