Hi, first post here after browsing the forums for a while! I'll start off by showing you the site i'm working on: http://www.only-honest-reviews.com/AverageJoeIncomePackage.html Basically what I'm trying to achieve is to push up the main article content up so that it starts off under the image. This would get rid of the white empty space. How would I go about doing this - I've looked at a few css wrapping tutorials and think I've got an understanding of it, but whenever I try floating the text to the left, the whole layout goes out of position. Hopefully this is a quick fix so any help is appreciated! Ed
Seeing how it is appeared, why not make the image and Reccommendations as one div, side by side since the image and recommendations are about the same size. Then in a seperate div, adding 2 divs (one holding the ratings, and the other the content and then float the ratings).