(Firefox) - Each <td> has in it by default. This is not good - user has to then delete them
For example, tables become this:
<tr style="font-family: Verdana; font-size: small;" align="left" valign="top">
<td height="" width="120">see what the dog <br />
</td>
<td height="" width="130">see what happens </td>
<td height="" width="140">see this one </td>
<td height="" width="150"> </td>
</tr>
<tr style="font-family: Verdana; font-size: small;" align="left" valign="top">
<td> </td>
<td> </td>
<td> </td>
<td><br />
</td>
</tr>
<tr style="font-family: Verdana; font-size: small;" align="left" valign="top">
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>