
12/06/2003, 17:02
|
 | | | Fecha de Ingreso: febrero-2002 Ubicación: España
Mensajes: 2.364
Antigüedad: 23 años, 3 meses Puntos: 1 | |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td><img src="tufoto.jpg"></td>
<% counter=1
do while not rs.eof
%>
<td><%=rs("campo")%></td>
<%
counter=counter+1
If counter MOd 3=0 Then Response.Write "</tr><tr>"
rs.movenext
loop
rs.close
%>
</tr>
</table> |