I use to have the login box at the top also and here is the html code I use to use:
=============================================
<form action="member.php" method="post">
<td nowrap align="right"><b>username: password:   ;   ;  </b><br>
<input type="hidden" name="s" value="f2b4f10919c50795c6f776d53abcae46">
<input type="hidden" name="action" value="login">
<input type="text" class="bginput" name="username" size="12">
<input type="password" class="bginput" name="password" size="12">
<input type="submit" class="bginput" value="Login!"></td>
</form>
=============================================
I hope this helps you.
|