asp 代码如何在一行并排显示
台式机电脑商品分类想改为台式机电脑商品分类联想家用机联想家用机联想商用机紫光台式机联想商用机紫光台式机戴尔台式机-----------------------------...
台式机电脑商品分类 想改为 台式机电脑商品分类
联想家用机 联想家用机 联想商用机 紫光台式机
联想商用机
紫光台式机
戴尔台式机
----------------------------------------------------
代码如下:<TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0" height="44">
<tr>
<td height="25" align="center" class=table-xia colspan="3"><b><font color=#ff6600><% = strcat %>商品分类</font></b></td>
</tr>
<%
set rs = server.CreateObject("adodb.recordset")
rs.open "select categoryid,sortsid,sorts from sorts where sorts.categoryid="&catid&" order by sortsorder",conn,1,1
if rs.eof and rs.bof then %>
<div align="center">暂无此商品小类</div>
<%else
do while not rs.eof %>
<TR><TD HEIGHT="20" width="46%" align="center">
<a href=class.asp?aid=<% = rs("categoryid") %>&nid=<% = rs("sortsid") %>><% = rs("sorts") %></a></td>
<% rs.movenext
loop
end if
rs.close
set rs = nothing %>
</TR>
</TABLE> 展开
联想家用机 联想家用机 联想商用机 紫光台式机
联想商用机
紫光台式机
戴尔台式机
----------------------------------------------------
代码如下:<TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0" height="44">
<tr>
<td height="25" align="center" class=table-xia colspan="3"><b><font color=#ff6600><% = strcat %>商品分类</font></b></td>
</tr>
<%
set rs = server.CreateObject("adodb.recordset")
rs.open "select categoryid,sortsid,sorts from sorts where sorts.categoryid="&catid&" order by sortsorder",conn,1,1
if rs.eof and rs.bof then %>
<div align="center">暂无此商品小类</div>
<%else
do while not rs.eof %>
<TR><TD HEIGHT="20" width="46%" align="center">
<a href=class.asp?aid=<% = rs("categoryid") %>&nid=<% = rs("sortsid") %>><% = rs("sorts") %></a></td>
<% rs.movenext
loop
end if
rs.close
set rs = nothing %>
</TR>
</TABLE> 展开
展开全部
你这样试试看,把下面这两句:
do while not rs.eof %>
<TR><TD HEIGHT="20" width="46%" align="center">
<a href=class.asp?aid=<% = rs("categoryid") %>&nid=<% = rs("sortsid") %>><% = rs("sorts") %></a></td>
修改为:
do while not rs.eof %>
<TD HEIGHT="20" width="46%" align="center">
<a href=class.asp?aid=<% = rs("categoryid") %>&nid=<% = rs("sortsid") %>><% = rs("sorts") %></a></td>
也就是删除<TR>
do while not rs.eof %>
<TR><TD HEIGHT="20" width="46%" align="center">
<a href=class.asp?aid=<% = rs("categoryid") %>&nid=<% = rs("sortsid") %>><% = rs("sorts") %></a></td>
修改为:
do while not rs.eof %>
<TD HEIGHT="20" width="46%" align="center">
<a href=class.asp?aid=<% = rs("categoryid") %>&nid=<% = rs("sortsid") %>><% = rs("sorts") %></a></td>
也就是删除<TR>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询