Hi. I am trying to put a 1px black border box around each product area. Please refer to this page: http://www.lasilhouettelingerie.com/shop/bodysuits-c-70
As you can see the odd and even rows don't currently have a 1px black border and the images are also touching (so I think I would also like to add a little padding between products).
I can see in my source code for the page above I have this:
I would assume I would find this code to add the border:Code:<tablewidth="100%" border="0" cellspacing="0" cellpadding="0" id="cat70Table" class="tabTable"> <trclass="productListing-rowheading"> <thclass="productListing-heading" align="center" scope="col" id="listCell0-0">Product Image</th> <thclass="productListing-heading" scope="col" id="listCell0-1"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=index&cPath=70&page=1&sort=2a" title="Sort products descendingly by Item Name" class="productListing-heading">Item Name-</a></th> <thclass="productListing-heading" align="right" width="125" scope="col" id="listCell0-2"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=index&cPath=70&page=1&sort=3a" title="Sort products ascendingly by Price" class="productListing-heading">Price</a></th> </tr> <trclass="productListing-odd"> <tdclass="productListing-data" align="center"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=405"><imgsrc="images/Cass Cami.gif" alt="Cass and Co. Control Camisole" title=" Cass and Co. Control Camisole " width="63" height="80" class="listingProductImage" /></a></td> <tdclass="productListing-data"><h3class="itemTitle"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=405">Cass and Co. Control Camisole</a></h3><divclass="listingDescription">This control cami provides support and moderate slimming and can be worn as inner or outerwear, layered, or as exercise wear. A great fit for all...</div></td> <tdclass="productListing-data" align="right">$72.00<br /><br /><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=405">... more info</a><br /><br /></td> </tr> <trclass="productListing-even"> <tdclass="productListing-data" align="center"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=660"><imgsrc="images/75015.jpg" alt="Wolford Berlin Body" title=" Wolford Berlin Body " width="59" height="80" class="listingProductImage" /></a></td> <tdclass="productListing-data"><h3class="itemTitle"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=660">Wolford Berlin Body</a></h3><divclass="listingDescription">Soft cotton against the skin and a ######## sheen on the outside. The purest interpretation of luxury. Color: Black (We have this item in stock! Please...</div></td> <tdclass="productListing-data" align="right">$220.00<br /><br /><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=660">... more info</a><br /><imgsrc="includes/templates/template_default/buttons/english/button_sold_out_sm.gif" alt="Sold Out" title=" Sold Out " width="51" height="18" /><br /><br /></td> </tr> <trclass="productListing-odd"> <tdclass="productListing-data" align="center"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=650"><imgsrc="images/string body cape.jpg" alt="Wolford Cape Town String Body" title=" Wolford Cape Town String Body " width="59" height="80" class="listingProductImage" /></a></td> <tdclass="productListing-data"><h3class="itemTitle"><ahref="http://www.lasilhouettelingerie.com/shop/index.php?main_page=product_info&cPath=70&products_id=650">Wolford Cape Town String Body</a></h3><divclass="listingDescription">A light cotton blouse with modern details and a practical feature: it can't slip out of place, because the seamlessly attached string body holds the...</div></td>
but these specifications are not in my styelsheet (nor the default stylesheet).Code:productListing-odd productListing-even productListing-rowheading
The only .productListing items I found were:
I don't understand why these items show in my source code but do not show in my css stylesheet. Please help me add a 1px black border around each producst listing (with a little padding between products).Code:.productListing-data .productListing-rowheading .productListing-heading


Saw the link
