Hi all, I have a wordpress blog and on the index page, it shows all my posts. Right now I have images that float left, so that my articles are wrapping next to it to the right. The problem now is, when the article is short and can't cover up the spaces next to the image, the image ends up wrapping around the next post, do I have to add a code that will clear float? I was also thinking if anyone know how to convert the images into thumbnails so that these will be only displayed in the index page only? Please help, thanks
Could you please post/pm us the URL ? So that we can have a look at your CSS code, and try something out in Firebug..
In WordPress you can either include a <div class="clear"></div> right before your posts loop ends, or you add a "clearfix" class to the DIV that contains the post elements to take care of the floating issues. But as sharksss said, show ur some URL or some code to help you better.