i have a css page with “float:right; clear:right” for ads and several blocks in the main text that is meant to flow like images, using “float:left”. The problem is that the main text flowbox has a large gap: they start to show only after the ad boxes that has float:right.
here's a test page : http://xahlee.org/js/ex/test_float.html
I can't understand this. Can anyone explain?