Hey,
I am using frontpage template to use for my home page etc....
On my homepage (frontpage) ive already have a login area. but it doesnt rediect anywhere.
HERES THE CODE FROM MY HTML (FRONTPAGE)
Code:
<form style="margin:0px">
Login:
<input type="text" style="width:70px;height:14px;font-size:11px;border-color:#A39376;background-color:#B7A687;border-style:solid;border-width:1px;margin-right:44px;margin-left:4px;margin-bottom:2px" size="20"><br>
Password:<input type="password" style="width:70px;height:14px;font-size:11px;border-color:#A39376;background-color:#B7A687;border-style:solid;border-width:1px;margin-left:4px" size="20">
<input type="image" src="images/go.jpg" border="0" align="absmiddle" style="margin-right:10px;margin-left:4px " width="27" height="14">
</form>
How would i get the login area wokring so when a user enters their username and password it will log the user in and rediects the user to the forum?