B
Beffmans
Hi
How do i remove the space below the 'hello'?
<TABLE>
<tbody>
<tr>
<td>
<asp
anel id="pnlTop" Runat="server">
<TABLE>
<TR>
<td>hello</td>
</TR>
</TABLE>
</asp
anel>
</td>
</tr>
</tbody>
</TABLE>
ch Beffmans
How do i remove the space below the 'hello'?
<TABLE>
<tbody>
<tr>
<td>
<asp

<TABLE>
<TR>
<td>hello</td>
</TR>
</TABLE>
</asp

</td>
</tr>
</tbody>
</TABLE>
ch Beffmans