|
The color of the table borders as a whole is set with the
BORDERCOLOR<TABLE ...>
| this code | produces this | ||||
<TABLE BORDER=10 BORDERCOLOR=RED> <TR> <TD>carrots</TD> <TD>garlic</TD> </TR> <TR> <TD>celery</TD> <TD>onions</TD> </TR> </TABLE> |
|
Netscape and MSIE have very different ways of rendering BORDERCOLOR
| Browser | How The Table Appears |
|---|---|
| MSIE | ![]() |
| Netscape | ![]() |