www.gusucode.com > 超文本多用户论坛程序 1.1 > bbs/usertop.asp

    <p align="center"><font color="#FF0000"><b><span style="font-size: 15px">头像
一览,选择对应序号即可</span></b></font> </p>
<div align="center">
	<table cellpadding="0" cellspacing="0" width="811" border="1" bordercolor="#DFDFDF">
		<tr>
			<td height="135">
			<table cellpadding="0" cellspacing="0" width="103" height="95">
				<tr>
				<%for i=1 to 78%>
					<td valign="top" height="95" width="103">
					<p align="center">
					<img border="0" src="imgs/face/<%=i%>.gif" style="border: 1px solid #DFDFDF"></br><span style="font-size: 12px"><%=i%>.gif</span></td>
				<%if i mod 8=0 then%>
				</tr>
				<%end if%>
				
				<%next%>
			</table>
			</td>
		</tr>
	</table>
</div>