Notaran que donde dice password: esta un poco mas a la isquierda que donde dice: Username, y log in esta tambien como a la isquierda. Me gustaria que me dijeran como arreglar esto, Gracias....
este es el codigo
Cita: </form>';
}
function mostrar1(){
echo'<FORM ACTION="validar_usuario.php" METHOD="post">
<h4>Username: <INPUT TYPE="text" NAME="usuario" SIZE=20 MAXLENGTH=20><br />
Password: <INPUT TYPE="password" NAME="password" SIZE=20 MAXLENGTH=20><br />
<INPUT TYPE="submit" VALUE="Log in"></h4>
</FORM>';
}