Quote:
Originally posted by PhOeNiX LanDinG
I used:
PHP Code:
<td class="3d"style="border-color: #0A293E #0A293E #0A293E #0A293E; padding-top: 2px;
padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-style: outset; border-top-width: 1px;">
however, you must add that info in after the bgcolor="#whatever" in the cell properties. If you have bgcolor="#...." after it, it wouldn't work for some reason. All other cell properties were fine, just bgcolor act weird.
Thanks for the help everyone.
PL
|
You don't need both class="3d" and style="blahblah"...In your headinclude template, just add all the style attributes...
.3d {border-color: #0A293E #0A293E #0A293E #0A293E; padding-top: 2px;
padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-style: outset; border-top-width: 1px;}
Then just keep class="3d" and remove everything after it...