I've installed a new shopping cart at http://strikingeffects.com/categories.asp The formatting on Categories.asp isn't good. I think it's something to do with the CSS, but not finding it. A screen shot is up at http://strikingeffects.com/working/CategoryPagelayout.jpg Please point me in the right direction.
Hi Kevin The reason it looks bad is because each of the categories is displayed in a fixed size DIV with a height of 200px, but your category image is about that height so it's pushing everything else out of the DIV. One way to quickly fix that would be to add...
img.catimage { max-width: 110px; }
But is that what you want? Maybe you would prefer a larger image with the image to the left and the category name and description to the right of the image?