Forum Moderators: mack

Message Too Old, No Replies

netscape & table bordercolor

netscape & table bordercolor

         

meanweaver

7:50 pm on Dec 2, 2004 (gmt 0)

10+ Year Member



I have used the code below to create a simple table with a black border, it views fine with I.E but in netscape only the right and bottom border are black, i have looked on w3c site but cant see any reference to this, am I overlooking the obvious or is this just how netscape renders this.
Here's the html

<table width="300" height="300" border="2" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

Regards

mm1220

8:07 pm on Dec 2, 2004 (gmt 0)

10+ Year Member




Check out: [webmasterworld.com...]

meanweaver

9:51 pm on Dec 2, 2004 (gmt 0)

10+ Year Member



Thanks for that, got it sorted a treat now, nice to know someone else has scratched there head over the same problem.

Regards