Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/04/2007, 11:55
Avatar de JuanRAPerez
JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses
Puntos: 27
Re: Resultados horizontal y vertical

dos columnas
prueba

<body>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td align="center" valign="top">

<table border="2" cellpadding="0" cellspacing="0" bordercolor="#00CCCC">
<% while ((Repeat1__numRows-- != 0) && (!rsModulos.EOF)) { %>
<tr>
<td> <a href="<%=(rsModulos.Fields.Item("url_modulo").Valu e)%>">
<img src="modulos/<%=(rsModulos.Fields.Item("img_modulo").Value)%> " width="200" height="245" border="0"></a>
</td>
<%
' te mueves al siguiente registro e imprimer un nuevo td (celda)
rsModulos.MoveNext()
%>
<td> <a href="<%=(rsModulos.Fields.Item("url_modulo").Valu e)%>">
<img src="modulos/<%=(rsModulos.Fields.Item("img_modulo").Value)%> " width="200" height="245" border="0"></a>
</td>
</tr>
<%
Repeat1__index++;
rsModulos.MoveNext();
}
%>
</table>
</td>
</tr>
</table>
</body>
__________________
JuanRa Pérez
San Salvador, El Salvador