标题:怎么就错啊<tr></tr>加不上啊?
只看楼主
qq133333505
Rank: 1
等 级:新手上路
帖 子:38
专家分:0
注 册:2008-1-5
 问题点数:0 回复次数:1 
怎么就错啊<tr></tr>加不上啊?
<!--新闻中心导航-->
<table width="200" border="0">
 <tr>
  <td>
   <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
     <td height="15" bgcolor="#FFFFFF"></td>
    </tr>
      <tr>
       <td height="26" background="images/1bj.gif"><div align="center" class="text">新闻中心</div></td>
      </tr>
        <tr>
           <td height="1" colspan="2">
             <%
               dim n_sql,n_rs
               n_sql="select*form NewsType order by TypeId"
               set n_rs=conn.Execute(n_sql)
             %>
                <table cellpadding="0" cellspacing="0" width="100%" border="0">
                    <tr>
                        <td>
                         <%
                         do while not (n_rs.eof or err)%>
                              <tr>
                              <td height="23"><font face="Wingdings">v</font>
           <a href="news.asp?Type=<%=n_rs("TypeId")%>"><%=n_rs("TypeName")%></a>
                              </td>
                              </tr>
                              <%
                     n_rs.moveNext
                          loop
                              %>
                        </td>
                    </tr>
                </table></td>
        </tr>
   </table>
  </td>
 </tr>
</table>
搜索更多相关主题的帖子: Html 
2008-11-02 15:32
wang638598032
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-10-14
得分:0 
貌似,没什么问题。。
2008-11-02 18:58



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-242007-1-1.html




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

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