Guest Posted May 16, 2003 Posted May 16, 2003 How do I change the color of the table borders? I looked and I don't see it in the stylesheet.
Brenden Posted May 19, 2003 Posted May 19, 2003 There are many, many different tables in oscommerce. If your are looking to change the border on the infoBoxes then look in the stylesheet for ".infoBox". Change the background color to your desired color. Perdure - Transparent Object Relational Persistence
Guest Posted May 19, 2003 Posted May 19, 2003 I tried that and I still can't get the border to change. I changed the bachground of the title section of the info boxes but I need those borders to be the same color.
Brenden Posted May 19, 2003 Posted May 19, 2003 Can you give a url to your site? Can you explain specificly what you want changed? Perdure - Transparent Object Relational Persistence
Guest Posted May 19, 2003 Posted May 19, 2003 The URL is http://tsli.com/catalog/. The boxes on the right and left sides have a dark blue heading tat I added but the table borders are not the same color and that is what i can't figure out.
Brenden Posted May 19, 2003 Posted May 19, 2003 In stylesheet.css change: .infoBox { background: #b6b7cb; } to: .infoBox { background: #043E7E; } Make sure you refresh/reload the page to see the changes. Perdure - Transparent Object Relational Persistence
Guest Posted May 20, 2003 Posted May 20, 2003 Right on man. Thanks! I was looking for a border atribute.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.