这段ASP代码如何让它分成一行两列内容显示

<%page=clng(request("page"))Setrs=Server.CreateObject("ADODB.RecordSet")ifBigClass<>"... <%
page=clng(request("page"))
Set rs=Server.CreateObject("ADODB.RecordSet")
if BigClass<>"" and SmallClass <>"" then
sql="select * from news where BigClassName='"&BigClass&"' and SmallClassName='"&SmallClass&"' order by AddDate desc"
rs.Open sql,conn,1,1
elseif BigClass<>"" then
sql="select * from news where BigClassName='"&BigClass&"' order by AddDate desc"
rs.Open sql,conn,1,1
end if
if rs.eof and rs.bof then
response.Write("暂时没有记录")
else
%>
<%
rs.PageSize=20
if page=0 then page=1
pages=rs.pagecount
if page > pages then page=pages
rs.AbsolutePage=page
for j=1 to rs.PageSize
%>
<tr>
<td width="22" height="40" align="center" > </td>
<td width="24" height="40" align="center" >●</td>
<td width="133" height="40" align="center" ><img border="0" src="<%= RS("FirstImageName") %>" width="100" height="120"></td>
<td width="205" height="24" style="BORDER-bottom: #999999 1px dotted">
<a href="shownews.asp?id=<%= RS("id") %>" target="_blank"><%= RS("TITLE") %></a> </td>
<td width="61" style="BORDER-bottom: #999999 1px dotted"></td>
</tr>
<%
rs.movenext
if rs.eof then exit for
next
%>
展开
 我来答
东仔猪
2010-01-28 · 超过31用户采纳过TA的回答
知道答主
回答量:94
采纳率:0%
帮助的人:88.8万
展开全部
循环输出中,改为这样即可:

<tr>
<td align="center" >●</td>
<td align="center" ><img border="0" src="<%= RS("FirstImageName") %>" width="100" height="120"></td>
<tr>
</tr>
<td style="BORDER-bottom: #999999 1px dotted"><a href="shownews.asp?id=<%= RS("id") %>" target="_blank"><%= RS("TITLE") %></a> </td>
<td style="BORDER-bottom: #999999 1px dotted"></td>
</tr>
刘一首lys
2010-01-27 · 超过27用户采纳过TA的回答
知道答主
回答量:100
采纳率:0%
帮助的人:65.2万
展开全部
代码好乱。。我就不看了。。提个建议。。用div布局很容易排班的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式