Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/07/2004, 13:58
Bluesman74cl
 
Fecha de Ingreso: marzo-2003
Ubicación: onde toy?
Mensajes: 1.437
Antigüedad: 21 años, 1 mes
Puntos: 9
Si no me equivoco en lo que necesitas sería algo asi
una tabla con dos columnas y tantas filas como necesites...

<table width="100%" border="0">
<tr>
<td colspan="2" align="center">Ingreso de Amigos</td>
</tr>
<tr>
<td width="36%">Usuario</td>
<td width="64%"><input name="usuario" type="text" id="usuario" size="10" maxlength="9"></td>
</tr>
<tr>
<td>Clave</td>
<td><input name="clave" type="password" id="clave" size="10" maxlength="9"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="Submit" value="Ingresar"></td>
</tr>
</table>
__________________
Buena Vida...
Francisco