This is what you can use for a HTML page, if your not phpized.
Code:
<br>
<div align="center">
<a href="http://forumspathgo'shere/register.php" target="_new">Sign Up!</a><br>
<br>
</div>
<form action="http://forumspathgo'shere/member.php" method="post" target="_new">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="login">
<table width="131" cellpadding="0" cellspacing="0" border="0">
<tr>
<div align="center">Username</td>
</div>
<tr>
<div align="center">
<input type="text" name="username" size="7" />
</div>
</tr>
<tr>
<div align="center">Password</div>
</tr>
<tr>
<div align="center">
<input type="password" name="password" size="7" />
</div>
</tr>
<tr>
<div align="center">
<br>
<input type="submit" value="Login!" />
</div>
</tr>
</table>
</form>