请问ASP如何竖排改横排?谢谢! 30

<tablewidth="145"border="0"cellspacing="0"cellpadding="0"><tr><tdwidth="145"><tablewi... <table width="145" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="145"><table width="145" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="145">
<%

'title="球机系列"
'n_name="超高速球机"
sql="select * from test where f_id=0 order by partent_id"
set rsa=conn.execute(sql)
if not(rsa.eof and rsa.bof) then
do while not rsa.eof
dim tmp_name,menu_id,menu_pic
set rsav=conn.execute("select top 1 id,name from test where f_id="&rsa("id")&" order by partent_id")
rsid=rsav("id")
rsname=rsav("name")
rsav.close
set rsav=nothing
menu_id=rsa("id")
if title=rsa("name") then
menu=true
else
menu=false
end if
%>
<%
if menu=true then

%>
<%
dim title1,ms,pics,menus
title1=trim(request.QueryString("name"))
sqls="select * from test where f_id ="&rsa("id")&" order by partent_id"

set rsas=conn.execute(sqls)
if not(rsas.eof and rsas.bof) then
do while not rsas.eof
if clng(sortid)=rsas("id") then
ms=" class='16s'"
ur="sortid="&rsas("id")&"&n_name="&server.URLEncode(rsas("name"))&"&name="&title&"&"
else
ms=" class='15s'"
end if

ab="<a href=pro_list.asp?sortid="&rsas("id")&"&n_name="&server.URLEncode(rsas("name"))&"&name="&title&ms&">"

%>
<table width="100%" height="18" border="0" align="center" cellpadding="0" cellspacing="0" id="ignore" onMouseover="changeto('#ECECEC')" onMouseout="changeback('#FFFFFF')">
<tr>
<td width="84%" align="left" valign="middle"><%=ab%><%=trim(rsas("name"))%>
</td>
</tr>
</table>
<%
rsas.movenext
loop
end if
rsas.close
set rsas=nothing

%>
<%
end if
%>
<%
rsa.movenext
loop
end if
rsa.close
set rsa=nothing
%>
</td>
</tr>
</table></td>
</tr>
</table>
展开
 我来答
专注商业文档
2009-06-17 · TA获得超过1395个赞
知道大有可为答主
回答量:3664
采纳率:0%
帮助的人:2573万
展开全部
多些个tr 和td就行,table代码看不懂,太乱了,自己改一下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式