this is the code i have for my page login snippit..(the file is saved as a .php)
the site code that displays the form V
<div id="login"> <div style="margin-left: 24px; overflow: scroll;width:235px;height:175px;"> <FORM METHOD="POST" ACTION="/user_system/redirect.php"> <font color="#999" face="Verdana" size="2px"> <INPUT TYPE="text" NAME="username" value="username" id="username" SIZE=14 MAXLENGTH=14></font><BR> <font color="#999" face="Verdana" size="2px"> <INPUT TYPE="password" NAME="password" value="password" id="password" SIZE=14 MAXLENGTH=14></font> <font face="Verdana"><font color="#999"><input type="checkbox" name="remember" value="Yes"></font><div style="font-family: Verdana;font-size:10px;">remember me</font></div><BR> <font color="#999"> <INPUT TYPE="submit" NAME="submit" VALUE="login" style="font-family: Verdana;font-size:10px;"></font> </FORM><div style="font-family: Verdana;font-size:10px;color:#999"> <a href="/user_system/emailpass.php"> click here to resend username & pass.</a></div> <div style="font-family: Verdana;font-size:10px;color:#999"> <BR> <a href="/user_system/register.php"> not registered? click here!.</a></div> </div> </div>
Edited by fudgy, 23 July 2008 - 07:47 AM.
