Hi,
Can anybody help me. I'm making web page (in asp.net) using html, problem is table and image. I set
<tr style="width:10 0; height:30">
<td style="width:10 0; height:30">
<asp:image id="xxx" runat="server" width="100" height="30" />
</td>
</tr>
But if I run it the cell remains bigger than the image is, and I want it to be the same. If I leave it like this, there is to much empty space until next row. Also, in <table> tag cellspacing and celpadding is set to 0. Do you have any idea what the problem is? This is not the only combination I tried, but I can't figure it out.
Thanks.
Can anybody help me. I'm making web page (in asp.net) using html, problem is table and image. I set
<tr style="width:10 0; height:30">
<td style="width:10 0; height:30">
<asp:image id="xxx" runat="server" width="100" height="30" />
</td>
</tr>
But if I run it the cell remains bigger than the image is, and I want it to be the same. If I leave it like this, there is to much empty space until next row. Also, in <table> tag cellspacing and celpadding is set to 0. Do you have any idea what the problem is? This is not the only combination I tried, but I can't figure it out.
Thanks.
Comment