I have tables in my HTML documents show 2 pixels wide, black border and I used to use this syntax: <table width="100%" border="2" cellpadding="0" cellspacing="0" bordercolor="#000000"> HTML: However upon validating in DW, I get all of my bordercolor attributes pinpointed to me that this attribute is no longer supported. What can I replace it with so I retain the same look of the tables but have it in valid XTHML 1.0 Transitional?
This does the job so at least my documents validate this time, but it appears as though only outside border turns black, inside is still that ugly default. Bordercolor changed everything. Any ideas?
Put borders on your TDs also (can do it via your CSS file so you don't have to add a bunch of markup to your page source).