Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/09/2012, 09:18
faseb
 
Fecha de Ingreso: septiembre-2012
Ubicación: posadas
Mensajes: 53
Antigüedad: 11 años, 8 meses
Puntos: 0
Respuesta: Problemas con <BR>

probaste con <td> o <tr> para encerrar tu input.

<td><label for="nombre"> Nombre </label> <input type="text" name="nombre" size="15"></td>
<br></br>
<tr><label for="apellidos">Apellidos </label> <input type="text" name="apellidos" size="25"></tr>
<BR></br>