Guest Posted January 20, 2005 Posted January 20, 2005 I want to put a border around my sub category images. Is there a way to do this with css? I know you can, I just don't know which php file to add the css class info into, and where. Any help?
mmier Posted January 20, 2005 Posted January 20, 2005 Are you talking about your the images of your products? If yes, add this to your stylesheet. .shadow1 {border: #000000 1px solid;} td.smalltext img {border: 1px black groove;} Miz --------------------- Contributions New Fields with Easy Populate Remove Category Images
newclearbomb Posted April 20, 2005 Posted April 20, 2005 Are you talking about your the images of your products? If yes, add this to your stylesheet. .shadow1 {border: #000000 1px solid;} td.smalltext img {border: 1px black groove;} <{POST_SNAPBACK}> excellent, I wanted to do this on my shop and just found this thread. I made the change and it's just what I was after, thanks :) Only problem is that the pictures included in the 'What's new' section on the left and the 'reviews' section on the right haven't changed... do they pull their style info from somewhere else?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.