我似乎无法减少两个 TR 标签之间的空间。我有以下代码。我不希望两个 tr 标签之间有任何空格。
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background- color:#d7d6d4" >
<tr >
<td align="center" style="height:0px; line-height:0px; background:#932a28; border:0; border-bottom:0">
<asp:Image ID="newLogo" runat="server" ImageUrl="~/images/middle_logo_top.jpg"/>
</td>
</tr>
<tr >
<td align="center" style="height:10px; background:#e5e0dd">
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/middle_logo_btm.jpg"/>
</td>
</tr>