|
Hello,
I am not very experienced at php and I am struggling with my simple login form. I want the 'submit' button to be on the same line, right next to the login fields but no matter what the button shows up below the fields.
I would really appreciate a few pointers! Thanks a lot!
Val
Here's my code...
<FORM NAME="testform" style="margin-bottom:0;" ACTION="/gatekeep.php">
<font face="arial" size="1" color="0D092D">Wholesale Login:</font>
<INPUT TYPE="text" NAME="username" VALUE="" size=5> <INPUT TYPE="text" NAME="password" VALUE="" size=9>
<div id="navMain">
<INPUT TYPE=SUBMIT NAME="SUBMIT" VALUE="Submit!">
</div>
</font>
</FORM>
|