Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/02/2011, 13:28
Avatar de bUllan9ebrio
bUllan9ebrio
 
Fecha de Ingreso: enero-2011
Ubicación: Chile
Mensajes: 1.128
Antigüedad: 13 años, 3 meses
Puntos: 128
Respuesta: ¿Por qué no me funciona éste formulario?

prueba con esto :

Código HTML:
Ver original
  1. <form name="form1" method="post" action="entrar.php">
  2.     <table border="0" width="8%">
  3.         <tr>
  4.             <td><span class="TUCLASEPARAFUENTES">Username:</span></td>
  5.             <td><input name="user" type="text"></td>
  6.         </tr>
  7.         <tr>
  8.             <td><span class="">TUCLASEPARAFUENTES:</span></td>
  9.             <td><input name="clave" type="password"></td>
  10.         </tr>
  11.         <tr>
  12.             <td colspan="2" align="center"><input type="submit" name="Submit0" value="Entrar"></td>
  13.         </tr>
  14.     </table>
  15. </form>

recomendacion, usar la tabla dentro del form, usar clases para los estilos, ya sea de imagenes, fuentes, input, etc, Ordenate!!!! harta falta le hace a tu code saludos.