Quote Originally Posted by chiefintegrity View Post
Hi,

I am trying to find a way to put a slim black outline around each image in the product listings. So for example if you click on th Plasma & LCD Cleaning category there would be a nice neat box around each of the products but not the category stuff above.

I have googled for css advice and found various sites offering syntax to style 'img' with 'outline:' but I have been unable to implement any of the suggestions.

I am unwise to the workings of style sheets and wondered if there was somebody out there who can tell me exactly what to put and where.... polite suggestions only please.

My site is http://screen-wipes.co.uk

Thanks, John
try adding the following to your stylesheet.css

#indexProductList img { border:1px solid #000;}