mystifier_uk Posted March 6, 2006 Posted March 6, 2006 At the moment, when a product is listed, it looks like this: http://watchstrapsuk.com/product_info.php?...&products_id=30 If you scroll to the bottom, you will see the left black column stops halfway through the product description. Is there a way to automatically have it so the black column stretches to the bottom of the page each time? Thanks in advance!
Guest Posted March 6, 2006 Posted March 6, 2006 you would have to set a css class for the background of the left navigation table cell. If you're using a plain osc then make a test page and add the class to this code: <td width="<?php echo BOX_WIDTH; ?>" valign="top"> once you make the test page the way you want you could start altering the main pages of the catalog.
mystifier_uk Posted March 6, 2006 Author Posted March 6, 2006 Sorry, I'm a newbie - how would I add a class?
Guest Posted March 6, 2006 Posted March 6, 2006 you put like: <td class="someclass" width="<?php echo BOX_WIDTH; ?>" valign="top"> and then you define it in your catalog\stylesheet.css. Sorry, I'm a newbie - how would I add a class? then how did you customize your left column of your pages?
mystifier_uk Posted March 7, 2006 Author Posted March 7, 2006 I just changed the code (cellpading, etc.) in every file. Is there code in each file I can change?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.