| hwg-basics archives | Oct 2003 | new search | results | previous | next |
RE: bordercolorby "Jami Moore" <jami(at)jamisniche.com> |
|
That's because bordercolor is not an attribute of table. To specify the
border color, use CSS:
table {
border: 3px solid #f3b94b;
}
Or make the main table have a class of its own:
.main table {
border: 3px solid #f3b94b;
}
HTH!
Jami Moore
LightSpark Digital Designs
contact(at)lightsparkdigital.com
http://www.lightsparkdigital.com/
>> -----Original Message-----
>> From: Diane
>>
>> I am trying to validate this page and it does not like
>> bordercolor the way I did background.
>>
>> http://www.tein.net/~diane/motel/places.html
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA