Re: bordercolor
by "Tim Rivera" <lists(at)timrivera.com>
|
| Date: |
Thu, 23 Oct 2003 19:44:41 -0400 |
| To: |
"Diane" <diane(at)tein.net>, "HTML Guild" <hwg-basics(at)hwg.org> |
| References: |
fwvcy01 |
| |
todo: View
Thread,
Original
|
|
> 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
The attribute 'bordercolor' is proprietary, and not valid. The
attribute 'background' is not valid for TABLE. You have to use CSS
to validate.
table {
width: 95%;
border: 3px solid #f3b94b;
background: url(lacelayer_18top.jpg);
}
td {
padding: 20px;
}
Tim
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.