Tema: Tabla 2 x 3
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/11/2004, 02:21
Avatar de emajesus
emajesus
 
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>&nbsp;</td><td class=gris height=100><img border=0 src=""" & strPhysicalPath & objFileItem.Name & """></td><td width=16>&nbsp;</td><td width=16>&nbsp;</td><td width=16>&nbsp;</td></tr>")%>
<%
End If
Next%>

Gracias,

Emajesus