When adding code for a table into a weblog entry, large white spaces are added above and below the table. These spaces disrupt the flow of the page. Has anyone else experienced this problem, and were you able to find a solution to it?
My table HTML code is pretty standard:
<table>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<tr>
</table>