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> </td>
<td> </td>
</tr>
</table>
Regards