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
|