ok ty for your time..one more question since i have you here.. im trying to use my html and nuke site together.. because i like the lay out of my html site . but i still want to be able to have the account info and so on so what i did is take this code and make it a loging button on my site..
|
Code:
|
<form action="modules.php?name=Your_Account" method="post"><center><font class="content">Nickname
<input type="text" name="uname" size="10" maxlength="25">
Password
<input type="password" name="pass" size="10" maxlength="20">
<input type="hidden" name="op" value="login"><input type="submit" value="Login"></font></center></form><center>
<font class="content"></font></p> |
which will allow the login and pass buttons but what is realy wired is that the code gets taking away once i try to save it. the form action is taken out.. but if i just save the code by its self and make it an html file like log.htm with no other code it works fine? would you no what im missing