
01/06/2004, 10:27
|
 | Colaborador | | Fecha de Ingreso: enero-2002 Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses Puntos: 146 | |
Podrías unar capas, o más facil. La tabla dentro de otra.
<table border=2 cellSpacing=5 cellPadding=5>
<tr><td align=center valign=center>
<table>
<tr><td>Código Artículo <td>Descripción
<%While not Rs.EOF %>
<tr>
<%
Response.Write("<td>"&Rs("CODIGO_ARTICULO"))
Response.Write("<td>"&Rs("DESCRIPCION_ARTICULO"))
Rs.movenext
Wend
%>
</table>
</table>
Investigate sobre capas, y usa un editor html mas amigable, como dreamweaver o HTML kit.
Saludos |