Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/07/2005, 12:46
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 3 meses
Puntos: 535
Sin usar contadores y a manera de ejemplo:

Código:
<table border="1">
<tr>
<%
For i = 1 to 16
%>
<td>foto <% = i %></td>
<%
If i MOD 4 = 0 Then Response.Write "</tr><tr>"
next
%>
</tr>
</table>
__________________
...___...