永发信息网

求教网页中表格上下留空白高度的问题

答案:2  悬赏:70  手机版
解决时间 2021-07-30 14:49
  • 提问者网友:我一贱你就笑
  • 2021-07-30 03:43

求教网页中表格上下留空白高度的问题,怎么让那个高度变高一点就是表格中有字,字距离表格的上下距离大一些!代码我也发出来

<BODY leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<%
set rsDe=server.createobject("adodb.recordset")
sql= "select * from detail Where verity=1 and youqing123_hei=0 order by youqing123_intime desc"
'response.write sql
rsDe.open sql,conn,1,1
%>
<table width="758" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<table width=100% border=0 cellpadding=0 cellspacing=1 bgcolor="#84C673">
<tr>
<%
n=1
While Not rsDe.Eof and n<17
%>
<td bgcolor="#ffffff">
<div align="center"><a href='<%=rsDe("url")%>' title=当天来路:<%=rsDe("youqing123_dayin")%>次 target='_blank'>
<%if rsDe("youqing123_dayin")>500 then%>
<font color=#00ff00>
<%end if%>
<%if rsDe("youqing123_dayin")>2000 then%>
</font><font color=#0000ff>
<%end if%>
<%if rsDe("youqing123_dayin")>5000 then%>
</font><font color=#ff00ff>
<%end if%>
<%if rsDe("youqing123_dayin")>10000 then%>
</font><font color=#ff0000>
<%end if%>
<%=left(rsDe("title"),6)%>
<%if rsDe("youqing123_dayin")>4 then%>
</font>
<%end if%>
</a></div>
</td>
<%
if n mod 8 =0 then
Response.Write("</Tr>")
end if
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
%>
</table>
</td>
</tr>
<tr>

请高手留下QQ我好请教 谢谢啦

最佳答案
  • 五星知识达人网友:人间朝暮
  • 2021-07-30 04:37

在table中加入height="X" X值自己看着取~~表格高度

全部回答
  • 1楼网友:怙棘
  • 2021-07-30 05:52
什么要求都能实现 只是你没说明白 一头雾水
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯