<tableWidth = "100%"border = "0"CellPadding = "0"CellPacing = "0"CellPacing = "0">
<%dowhilenotrs.eof%>
<tr>
<tdheight = "80"> <imgsrc = "<%= rs ("picture ")%>"width = "160"height = "80"> </td>
</tr>
<%i = i+1
ifi> = maxperpagetheneexitdo
rs.movenext
고리
%>
</테이블>
레코드는 다음과 같이 정렬됩니다.
1
2
3
4
5
레코드 계약을 변경하려면
123
45
그래서 위의 코드를 변경하는 방법, 제발 도와주세요
코드 사본은 다음과 같습니다.
<tableWidth = "100%"border = "0"CellPadding = "0"CellPacing = "0"CellPacing = "0">
<%i = 0
dowhilenotrs.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
고리
%>
</테이블>