RE: bordercolor
by "Jami Moore" <jami(at)jamisniche.com>
|
| Date: |
Thu, 23 Oct 2003 18:29:10 -0500 |
| To: |
"'Diane'" <diane(at)tein.net>, "'HTML Guild'" <hwg-basics(at)hwg.org> |
| In-Reply-To: |
fwvcy01 |
| |
todo: View
Thread,
Original
|
|
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
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.