
17/11/2004, 02:21
|
 | | | Fecha de Ingreso: abril-2003
Mensajes: 278
Antigüedad: 22 años Puntos: 1 | |
Tabla 2 x 3 Estimados amigos, ¿cómo consigo que el despliegue de imágenes se haga en una Tabla de 2 -columnas- x N -filas-?
<%
For Each objFileItem In objFiles
intFile = intFile +1
If (intFile >= ((intPage-1)*intPageSize)+1) And (intFile =< (intPageSize*intPage)) Then
Response.Write("<tr valign=middle><td width=60 class=gris> </td><td class=gris height=100><img border=0 src=""" & strPhysicalPath & objFileItem.Name & """></td><td width=16> </td><td width=16> </td><td width=16> </td></tr>")%>
<%
End If
Next%>
Gracias,
Emajesus |