lucilue2003 Posted December 19, 2003 Posted December 19, 2003 when you click on product listing under the catalog it displays all the products under that one category. And every product is either an odd or even product. In other words the definition is here : <tr class="productListing-odd"> <tr class="productListing-even"> now in the above they define a background color that makes both of them distinguished. However i want to specify a border color for both of them. And as i remember a border color can only be set on a table not on a <tr> or <td> so MY QUESTION IS can you please direct me to what line specifies the above code so that i can add <table border=1 bordercolor=somethign> thanks.
Guest Posted December 19, 2003 Posted December 19, 2003 I'm not positive on this, but I'm pretty sure that it is actually defined in the stylesheet.css file. Everyother table and box is defined in the stylesheet.
lucilue2003 Posted December 20, 2003 Author Posted December 20, 2003 Yes the colors are definded in the .css file. However, i want to know where the acutal code (.php file) is located. If i know the name of this file then i can modify some code to add more tables and stuff.... thanks.
Guest Posted December 20, 2003 Posted December 20, 2003 includes/modules/product_listing.php Hth, Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.