Hello all, Please take a look at http://www.baitzone.com/new/products/ Basically when I'm adding titles that are quite long ' BaitZone Ready To Fish Groundbait (Brown)' This is causing the next row to skip to the right as you can see. Unless I make the font like 6px (unreadable) it doesn't display properly. Can you please help me out with a fix for this ? I'm sure it's nothing too complicated... I just can't fix it
Two things: First, your structure is wrong. You have a list of products and it should be marked up as an unordered list. Second, the issue you have is inherent in using floats. Even one pixel is enough to block a float from sliding over. For an explanation and coding example, see Inline block galleries. Ignore the browser incompatibility sections; this was written a long time ago and even IE is good now. cheers, gary