| hwg-basics archives | Oct 2003 | new search | results | previous | next |
Re: bordercolorby "Tim Rivera" <lists(at)timrivera.com> |
|
> 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