| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 573 人关注过本帖
标题:代码不会改,请哪位帮帮我
只看楼主 加入收藏
angerzl
Rank: 1
等 级:新手上路
帖 子:122
专家分:0
注 册:2007-8-20
结帖率:100%
收藏
 问题点数:0 回复次数:2 
代码不会改,请哪位帮帮我
这段代码我想让它变成6行3列的状态,要怎么改,哪位帮我看下。。。。。
<table width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td><%
         set rs=server.createobject("adodb.recordset")
         sql = "select top 10 * from members order by member_id desc"
         rs.open sql,conn,1,1
        

%>

<table width="100%" border="0"  align="center" cellpadding="0" cellspacing="0">
  <%i=0
do while not rs.eof%>
  <tr  align="center" valign="middle">
    <td width="10%" style='BORDER-bottom: #999999 0px dotted'><img src="Images/20060905030432600.gif" width="12" height="12"></td>
    <td width="90%" height="20" style='BORDER-bottom: #999999 1px dotted'><div align="left"><A href="personal_area.asp?member_id=<%=rs("member_id")%>" target="_blank"><%=rs("nickname")%></A></div></td>
  </tr>
  <%rs.movenext
i=i+1
loop
rs.close %>
</table></td>
  </tr>
</table>
搜索更多相关主题的帖子: 代码 
2008-12-03 08:46
孤独冷雨
Rank: 10Rank: 10Rank: 10
来 自:安徽滁州
等 级:贵宾
威 望:23
帖 子:1247
专家分:1909
注 册:2007-6-4
收藏
得分:0 
table width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td><%
         set rs=server.createobject("adodb.recordset")
         sql = "select top 18 * from members order by member_id desc"
         rs.open sql,conn,1,1
      if rs.bof and rs.eof then
      response.write"没有内容"   
else
%>

<table width="100%" border="0"  align="center" cellpadding="0" cellspacing="0">
  <% for i=1 to 6%>
  <tr  align="center" valign="middle">
    <%for j=1 to 3%><td width="10%" style='BORDER-bottom: #999999 0px dotted'><img src="Images/20060905030432600.gif" width="12" height="12"></td>
    <td width="90%" height="20" style='BORDER-bottom: #999999 1px dotted'><div align="left"><A href="personal_area.asp?member_id=<%=rs("member_id")%>" target="_blank"><%=rs("nickname")%></A></div></td>
    <%rs.movenext
      if rs.eof then exit for
     next
    %>
  </tr>
  <%  if rs.eof then exit for
next
end if
rs.close %>
</table></td>
  </tr>
</table>

[[it] 本帖最后由 孤独冷雨 于 2008-12-3 11:52 编辑 [/it]]

这里有男女系列成人用品,有时间兄弟们来看一看.
51za.
2008-12-03 09:04
angerzl
Rank: 1
等 级:新手上路
帖 子:122
专家分:0
注 册:2007-8-20
收藏
得分:0 
谢谢!
2008-12-03 09:11
快速回复:代码不会改,请哪位帮帮我
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.027253 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved