懂asp的进来给我翻译一下

来源:百度知道 编辑:UC知道 时间:2024/06/10 05:50:40
网页的背景老是出现这样的错误,中间有条线,我不知道怎么弄掉.请看我的图.
<table width="100%" border="0" cellspacing="2" cellpadding="3">
<tr>
<td width="25"> </td>
<td><b><font color="#993300"><%=rs("title")%>
<%
if rs("diqu")<>0 and rs("diqu")<>"" then
Set rs1 = Server.CreateObject("ADODB.Recordset")
sql1="select * from diqu where id="&rs("diqu")
rs1.open sql1,conn,1,3
if not rs1.eof then
response.write "  <font color=#0000ff>『"&trim(rs1("title"))&"』</font>"
end if
rs1.close()
set rs1=nothing
end if
%>
<%if rs("tuijian")=1 then%>

我不知道你说的线是那个东西,你能不能在图上用别的颜色表示一下?

图片不要固定宽啊!或者是你的对齐方式是平铺方式!

第五列:<td><b><
改成:<td style="word-break:break-all"><b><

试试

很明显你的背景图太小了,而你没有拉伸