eHo Posted December 3, 2003 Share Posted December 3, 2003 Hey Anyone, I am trying to wrap a simple 1px solid black border around the images in the new products table. I tried doing the <span class><div id> and even assigning an id to the table/row/column. My exact CSS looks like this: TABLE.newProductsImg { border: 1px solid black; background-color: #F0F0F0; } I am trying to insert it right around line 278, the code there looks like: <table border="0" width="100%" cellspacing="0" cellpadding="0" id="newproductsImages"> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Simple eh? Yes. For some reason I cannot get it to work. If anyone can offer some advice on the subject I would be a happy dude. Thanks in advance! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.