为什么我用asp做的新闻管理页面新闻总是横着显示啊?
2个回答
展开全部
【纵向显示 代码】
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><%=(Recordset1.Fields.Item("DownSite").Value)%></td>
</tr>
</table>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
【横向显示 代码】
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<td><%=(Recordset1.Fields.Item("DownSite").Value)%></td>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
</tr>
</table>
*******************************************
其实横向与纵向显示就是:
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
与
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
代码位置的问题
纵向:这两个代码是在<tr>与</tr>之间的外面
横向:这两个代码是在<tr>与</tr>之间的里面
仔细看看上面的代码,你就回明白,这不是个问题。
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><%=(Recordset1.Fields.Item("DownSite").Value)%></td>
</tr>
</table>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
【横向显示 代码】
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<td><%=(Recordset1.Fields.Item("DownSite").Value)%></td>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
</tr>
</table>
*******************************************
其实横向与纵向显示就是:
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
与
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
代码位置的问题
纵向:这两个代码是在<tr>与</tr>之间的外面
横向:这两个代码是在<tr>与</tr>之间的里面
仔细看看上面的代码,你就回明白,这不是个问题。
朝闻通
2024-09-24 广告
2024-09-24 广告
尊敬的媒体同仁:您好!广州朝闻天下信息技术有限公司诚挚地邀请您参加我们即将举行的新闻发布会。本次活动将发布有关我们最新项目的重要信息,我们相信这一消息对您的读者或观众具有重大意义。为了确保活动的顺利进行,我们希望您能在活动前向我们提供您所代...
点击进入详情页
本回答由朝闻通提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询