Something is not working with this code, it should be a grided table but it works only for the external border. And dont freak out it is for tabular data.
<html>
<head>
<title></title>
</head>
<body><center>
<table width="500px" height="250px" border=5 bordercolor="green" noshade rules=5>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</center></body>
</html>
can you help me please? Thanks.