I'm having trouble getting a color on the border of my table. My code is:
This gets the border to show in IE, but when I compile it in Dreamweaver I get an error that says:
I want to conform to the standards, but I couldn't find anything on the w3 website, http://www.w3.org/TR/html401/struct/tables.html#borders, that let me accomplish the same effect. Anyone out there have any ideas?
| Quote: |
| <table border="1" bordercolor="#004400" cellspacing="1" width="680" id="Outer for border"> |
This gets the border to show in IE, but when I compile it in Dreamweaver I get an error that says:
| Quote: |
| The tag: "table" doesn't have an attribute: "bordercolor" in currently active versions.[HTML 4.0] |
I want to conform to the standards, but I couldn't find anything on the w3 website, http://www.w3.org/TR/html401/struct/tables.html#borders, that let me accomplish the same effect. Anyone out there have any ideas?
