Help with Borders

Hi! Thanks in advance to anyone that can help me!!



I would like a small 1px border around my products. However I have tried everything I could think of and am still unable to accomplish this. Anyone know how to get it done? I am attaching an image to show what I am meaning…don't mind the messiness please! Thanks so much!

In styles.base.css find:


td.product-image img {
```<br />
<br />
add:<br />
<br />
```php
border: 1px solid #DBDBDB;
```<br />
<br />
Where #DBDBDB can be the color of your choice.<br />
<br />
Tip: in chrome or firefox with firebug extension, click on anything to see the CSS code and rule. Then easily find and edit <img src="upload://yGrKuhdxbbf2nIFvV2XDJuEFQb7.gif" class="bbc_emoticon" alt=":)"><br />
<br />
If you don't see anything, try clearing your cache (cs-cart cache, smartoptimizer, your browser, and google modpagespeed can all cache so you don't see changes)

I appreciate your help. Yes i have firebug…and that is a godsend for me! However I did what you said and I am still not getting the border :( Yes I am a cache clearing junkie now since playing with the CS cart! LOL :)



Any other ideas? Thanks! Here is a link to the site so you can see what i have coded if that helps:



http://thetemplateboutique.com

Finally got this working :)