asp图片换行2行4列

<%sqlt="selecttop4id,fa_now,carclass,smallimg,memberpricefromproductwherefabu=1andwt=... <%
sqlt="select top 4 id,fa_now,carclass,smallimg,memberprice from product where fabu=1 and wt=1 order by fa_now desc"
set rst=conn.execute (sqlt)
do while not (rst.eof or err)
%>
<td height="127" valign="top" >
<div align="center">
<table width="132" border="0" cellpadding="0" bordercolor="#999999" style="border-collapse:collapse" height="127">
<tr>
<td width="132" height="100" align="center"><a href="Sell_list.asp?id=<%=rst("id")%>" target="_blank">
<img src="<% if rst("smallImg")="nothing" then response.write "images/car1.gif" else response.write ""&rst("smallImg") end if%>" alt="<%=rst("carclass")%>" width="148" height="114" border="0" /></a></td>
</tr>
<tr>
<td height="1">
<p align="center"><a href="Sell_list.asp?id=<%=rst("id")%>" target="_blank"><%=left(rst("carclass"),6)%></a></td>
</tr>
<tr>
<td height="1" bgcolor="#FFFFFF">
<p align="center"><font color="#FF0000"><% if rst("memberprice")="0" then response.write "价格面议" else response.write left(rst("memberPrice"),6) end if%>万</font></td>
</tr>
</table></div>
<%
rst.moveNext
loop

%>

找了很多都没有解决,只有自己提出来,希望有朋友帮我解决,谢谢。换成2行4列。
展开
 我来答
缘的轨迹
推荐于2016-03-25 · 超过32用户采纳过TA的回答
知道答主
回答量:103
采纳率:33%
帮助的人:68.3万
展开全部
<%
sqlt="select top 8 id,fa_now,carclass,smallimg,memberprice from product where fabu=1 and wt=1 order by fa_now desc"
set rst=conn.execute (sqlt)
If Not rst.Eof Then
For i=1 To 2 '2行
Response.Write "<tr>"
For j=1 To 4 '4列
%>
<td height="127" valign="top" align="center">
<table width="132" border="0" cellpadding="0" bordercolor="#999999" style="border-collapse:collapse" height="127">
<tr>
<td width="132" height="100" align="center"><a href="Sell_list.asp?id=<%=rst("id")%>" target="_blank">
<img src="<% if rst("smallImg")="nothing" then response.write "images/car1.gif" else response.write ""&rst("smallImg") end if%>" alt="<%=rst("carclass")%>" width="148" height="114" border="0" /></a></td>
</tr>
<tr><td height="1"><a href="Sell_list.asp?id=<%=rst("id")%>" target="_blank"><%=left(rst("carclass"),6)%></a></td></tr>
<tr><td height="1" bgcolor="#FFFFFF"><font color="#FF0000"><% if rst("memberprice")="0" then response.write "价格面议" else response.write left(rst("memberPrice"),6) end if%>万</font></td></tr>
</table>
</td>
<%
rst.moveNext
Next
Response.Write "</tr>"
Next
Else
Response.Write "没有数据!"
End If
%>
帐号已注销
2009-10-15 · TA获得超过246个赞
知道小有建树答主
回答量:898
采纳率:0%
帮助的人:412万
展开全部
用div布局就方便了,只要把宽度设置好,自动就是2行4列
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
小鱼的眼皮
2009-10-15 · TA获得超过2607个赞
知道小有建树答主
回答量:1608
采纳率:0%
帮助的人:701万
展开全部
set rst=conn.execute (sqlt)
n=1
%>
<tr>
<%
do while not (rst.eof or err)
<td>
</td>
<%
rst.movenext
if (n mod 4)=0 then
response.write "</tr><tr>"
end if
n=n+1
loo
%>
</tr>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式