I still have the same problem. When saving in html mode i get this code, which i correct:
<table border="0" cellpadding="2" cellspacing="2" width="500">
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
When saving in design mode i get this code (unless i click "visible borders"):
<table style="border: 1px dashed #7f7c75;" border="0" cellpadding="2" cellspacing="2" width="500">
<tbody>
<tr>
<td style="border: 1px dashed #7f7c75;"> </td>
<td style="border: 1px dashed #7f7c75;"> </td>
</tr>
</tbody>
</table>
The build date says 2007-04-23. Should'nt it be 25? Did you forget to put the correct dll file in the assembly maybe? Thanks for your help