如何将下面的asp产品展示代码由竖排显示变成横排显示

<tablewidth="100%"height="100%"border="0"cellpadding="0"cellspacing="0"><tr><tdheight... <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="143" valign="top">
<%
sql="select * from shopxp_product where shopxpbe_id = (select shopxpbe_id from shopxp_product where shopxpptid = "&request("id")&") order by shopxpptid desc "
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>

<%do while not rs.eof
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="98%" height="60" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="76" height="60">
<TABLE width=65 height=65 border=0 align="center" cellPadding=2 cellSpacing=1 bgColor=#e1e1e1 >
<TBODY>
<TR>
<TD width=65 height=65 bgColor=#ffffff align=center ><%if rs("upfilepic")="" then
response.write "<div align=center><a href=productshopxp.asp?id="&rs("shopxpptid")&" ><img src=img_shopxp/emptybook.gif width=65 height=65 border=0></a></div>"
else%>
<a href=productshopxp.asp?id=<%=rs("shopxpptid")%> ><img src="<%=trim(rs("upfilepic"))%>" width=60 border=0 alt="<%=rs("shopxpptname")%>" height=60></a>
<%end if%>
</td>
</tr>
</tbody>
</table></td>
<td width="111">名称:<font color="#ff0000"><%=trim(rs("shopxpptname"))%></font><br>
会员价:<font color="#ff0000"><%=trim(rs("shopxphyjia"))%></font></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
<%
rs.movenext
loop
rs.close
end if
%></td>
</tr>
</table>
展开
 我来答
zwb001
推荐于2016-02-15 · TA获得超过671个赞
知道小有建树答主
回答量:1971
采纳率:0%
帮助的人:2675万
展开全部
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr><%
sql="select * from shopxp_product where shopxpbe_id = (select shopxpbe_id from shopxp_product where shopxpptid = "&request("id")&") order by shopxpptid desc "
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>

<%do while not rs.eof
%>

<td height="143" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="98%" height="60" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="76" height="60">
<TABLE width=65 height=65 border=0 align="center" cellPadding=2 cellSpacing=1 bgColor=#e1e1e1 >
<TBODY>
<TR>
<TD width=65 height=65 bgColor=#ffffff align=center ><%if rs("upfilepic")="" then
response.write "<div align=center><a href=productshopxp.asp?id="&rs("shopxpptid")&" ><img src=img_shopxp/emptybook.gif width=65 height=65 border=0></a></div>"
else%>
<a href=productshopxp.asp?id=<%=rs("shopxpptid")%> ><img src="<%=trim(rs("upfilepic"))%>" width=60 border=0 alt="<%=rs("shopxpptname")%>" height=60></a>
<%end if%>
</td>
</tr>
</tbody>
</table></td>
<td width="111">名称:<font color="#ff0000"><%=trim(rs("shopxpptname"))%></font><br>
会员价:<font color="#ff0000"><%=trim(rs("shopxphyjia"))%></font></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
</td><%
rs.movenext
loop
rs.close
end if
%>

</tr>
</table>

改成对td循环就行了
博思aippt
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT... 点击进入详情页
本回答由博思aippt提供
百度网友4eacddb
2010-07-27 · 超过56用户采纳过TA的回答
知道答主
回答量:121
采纳率:0%
帮助的人:123万
展开全部
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>

<%
sql="select * from shopxp_product where shopxpbe_id = (select shopxpbe_id from shopxp_product where shopxpptid = "&request("id")&") order by shopxpptid desc "
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>

<%do while not rs.eof
%><td height="143" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="98%" height="60" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="76" height="60">
<TABLE width=65 height=65 border=0 align="center" cellPadding=2 cellSpacing=1 bgColor=#e1e1e1 >
<TBODY>
<TR>
<TD width=65 height=65 bgColor=#ffffff align=center ><%if rs("upfilepic")="" then
response.write "<div align=center><a href=productshopxp.asp?id="&rs("shopxpptid")&" ><img src=img_shopxp/emptybook.gif width=65 height=65 border=0></a></div>"
else%>
<a href=productshopxp.asp?id=<%=rs("shopxpptid")%> ><img src="<%=trim(rs("upfilepic"))%>" width=60 border=0 alt="<%=rs("shopxpptname")%>" height=60></a>
<%end if%>
</td>
</tr>
</tbody>
</table></td>
<td width="111">名称:<font color="#ff0000"><%=trim(rs("shopxpptname"))%></font><br>
会员价:<font color="#ff0000"><%=trim(rs("shopxphyjia"))%></font></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
</td>
<%
rs.movenext
loop
rs.close
end if
%>
</tr>
</table>

试试这个 不过要调节一下大小
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
pfireb
2010-07-27
知道答主
回答量:10
采纳率:0%
帮助的人:0
展开全部
文字也是竖排的?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式