Estoy creando una tabla con el siguiente codigo, pero tengo dos problemas:
<TABLE width="550" border="0" align="center" cellpadding="0"
cellspacing="0">
<% WHILE NOT RsCliente.EOF %>
<TR>
<TD width="15"></td>
<TD align "center" width="80"> <% =RsCliente.Fields("Apellidos")
%></TD>
<TD align "center" width="182"> <% =RsCliente.Fields("Nombres")
%></TD>
<TD align "center" width="60"> <%
=RsCliente.Fields("NumIdentificacion") %></TD>
</TR>
<% RsCliente.MoveNext
WEND %>
</TABLE>
1. Como controlo el ancho de las filas
2. Como agrego a cada fila de la tabla, un enlace a otra pagina
Gracias de antemano,
JOSE DAVID GALVIZ M
Leer las respuestas