1
Log In Box on Mon Jun 14, 2010 11:39 pm
latchy
Registered Member

Will this work on a forumotion forum?
- Code:
<div class="login_box">
<form action="#" method="post">
<input type="text" value="Username" name="username" class="login-username" tabindex="1"/>
<input type="password" value="Password" name="password" class="login-password" tabindex="2" />
<input type="submit" value="" class="login-go" tabindex="3" />
</form>
</div>















