Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change the table border color.


Guest

Recommended Posts

Posted

How do I change the color of the table borders? I looked and I don't see it in the stylesheet.

Posted

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
Posted

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.

Posted

Can you give a url to your site? Can you explain specificly what you want changed?

Perdure - Transparent Object Relational Persistence
Posted

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.

Posted

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
Posted

Right on man. Thanks! I was looking for a border atribute.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...