When I enter HTML that has tables there is a HUGE blank space above the very first cell.
Check it out at
http://www.dssftp.com/forum/showthre...061#post316061
The code that is in there is
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%"> </td>
</tr>
<tr>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%">test</td>
<td width="20%"> </td>
</tr>
</table>
mili