Re: re border color attribute

by "Tim Rivera" <lists(at)timrivera.com>

 Date:  Mon, 2 Dec 2002 17:02:56 -0500
 To:  "B. Fennessy" <berfen(at)eircom.net>,
<hwg-basics(at)hwg.org>
 References:  r3c1k5
  todo: View Thread, Original
> Was wondering if anyone knows anything about the table attribute
bordercolor
> e.g.
> <table border ="3" bordercolor = "#ffff00">
> it works fine but it will not validate.


The attribute 'bordercolor' was never part of the HTML specs. You should use
CSS.

table {
    border: 3px solid yellow;
}


Tim

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA