<TableWidth = "100%" border = "0" cellpadding = "0" cellpacing = "0" cellpacing = "0">
<%dowhileenotrs.eof%>
<tr>
<tdheight = "80"> <imgsrc = "<%= rs(" picture ")%>" width = "160" height = "80"> </td>
</tr>
<%i = i+1
ifi> = maxperpagetheneexitdo
rs.movenext
ループ
%>
</table>
レコードは次のように配置されています。
1
2
3
4
5
記録的な取り決めを変更したい場合
123
45
上記のコードを変更する方法、私を助けてください
コードコピーは次のとおりです。
<TableWidth = "100%" border = "0" cellpadding = "0" cellpacing = "0" cellpacing = "0">
<%i = 0
dowhileenotrs.eof
ifimod3 = 0then%>
<tr>
<%endif%>
<tdheight = "80"> <imgsrc = "<%= rs(" picture ")%>" width = "160" height = "80"> </td>
<%
if(i+1)mod3 = 0then
%>
</tr>
<%endif%>
<%
i = i+1
ifi> = maxperpagetheneexitdo
rs.movenext
ループ
%>
</table>