oldworldcharms Posted November 21, 2004 Posted November 21, 2004 does anyone know how this can be done? there is a border with cell pading around each image and at the cross sell there is also a border (frame like). http://www.postersavings.com/catalog/produ...roducts_id=7841 I would also like to get rid of the buy now button on the cross sell items.
ozcsys Posted November 21, 2004 Posted November 21, 2004 does anyone know how this can be done? there is a border with cell pading around each image and at the cross sell there is also a border (frame like). http://www.postersavings.com/catalog/produ...roducts_id=7841 I would also like to get rid of the buy now button on the cross sell items. <{POST_SNAPBACK}> All your borders are controlled in your stylesheet, that being said there are a lot of shared classes so you may find if you change one you end up changing one you do not want to change. To get around this you can add a new class to your product_info.php file and to the stylesheet. I did not see any buy it now on the cross sell items so I guess you figured that one out already. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
♥Vger Posted November 21, 2004 Posted November 21, 2004 This is how you can add a border to a new class and use it in td's of tables. Add this or similar to stylesheet.css .nav { border-color: 3472b8; border-width: 1px; border-style: solid; padding: 4px 4px 4px 4px; } Vger
scandic_outlet Posted November 21, 2004 Posted November 21, 2004 Add the following to catalog/stylesheets.css : table.infoBoxContents td.smalltext img { border: 1px #000000 groove; } Dedicated OsCommerce user. 2011 will be the return of OsC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.