View Single Post
  #3  
Old 07-25-2007, 06:06 PM
 
LittleLizard LittleLizard is offline
 

Member
  
Join Date: Jun 2007
Location: Atlanta
Posts: 27
 

Default Re: CSS help and confusion

I think I know what you're talking about.

You have <table border="1">?

You can either do an inline style <table style="border: 1px solid #990000" border="0"> or you do a class <table class="colorBorder" border="0"> and in your main CSS document put in

.colorBorder {
border: 1px solid #990000;
}
__________________
www.littlelizard.com
X-Cart version 4.1.8
Reply With Quote