这个ASP表格中间的自然空格怎么去掉?

来源:百度知道 编辑:UC知道 时间:2024/05/22 14:13:36
运行结果见:http://218.86.86.2 格子与格子行中间有个空,可我没打br啊。
ASP内容:
<%do while not rs.eof and rowcount<rs.pagesize %>
<table style="border-collapse:collapse" width="550" border="1" cellpadding="0" cellspacing="0" bordercolor="#666666">
<%if rs("name")="" then %>
<tr>
<td width="11%" align="center" bgcolor="#FFFFD0"><%=rs("email")%></td>
<td width="44%" align="center" bgcolor="#FFFFFF"><%=rs("link")%></td>
<td width="15%" align="center" bgcolor="#FFFFFF"><%=rs("title")%></td>
<td width="15%" align="center"

<table width="550" height="10" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
这个干么的,

改成我这样就行了:::

==================================
<%do while not rs.eof and rowcount<rs.pagesize %>

<table style="border-collapse:collapse" width="550" border="1" cellpadding="0" cellspacing="0" bordercolor="#666666">
<%if rs("name")="" then %>
<tr>
<td width="11%" align="center" bgcolor="#FFFFD0"><%=rs("email")%></td>
<td width="44%" align="center" bgcolor="#FFFFFF"><%=rs("link")%></td>
<td width="15%" align="center" bgcolor="#FFFFFF"><%=r