Antworten: 0
Seite [1] |
|
twitch Rock the board Beiträge: 41 |
# Thema - 22.04.2008 um 16:26 Uhr
I am trying to convert 2 webspell templates. The last thing I need to learn is how to convert the login form code. I need help if possible. If someone can show me how it would look in clansphere then I can learn something. Here is the first one that I need to convert <table width="100%" cellpadding="2" cellspacing="0"> <tr> <form method="post" name="login" action="checklogin.php"> <td height="32"> <div align="center"> <input name="ws_user" type="text" class="form_username" onFocus="this.className='form_on'" onBlur="this.className='form_off'" size="10"> <input name="pwd" type="password" class="form_password" onFocus="this.className='form_on'" onBlur="this.className='form_off'" size="10"> <input type="submit" name="Submit" value="login"> </div></td> </form> </tr> <tr> <td height="66"><table width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="35" valign="middle"><div align="center"><a href="index.php?site=register"><img src="Bilder/register.jpg" width="115" height="24" border="0"></a><a href="index.php?site=lostpassword"><img src="Bilder/go2.jpg" width="138" height="24" border="0"></a> <br> </div></td> <td> </td> </tr> <tr> <td height="19" valign="bottom"><div align="center"><a href="index.php?site=registered_users"><img src="Bilder/go3.jpg" width="229" height="21" border="0"></a></div></td> <td> </td> </tr> </table></td> </tr> </table> and here is the second one I need to convert <table width="100%" cellpadding="2" cellspacing="0"> <tr> <form method="post" name="login" action="checklogin.php"> <td style="padding-left: 22px" valign="top"> <input name="ws_user" type="text" class="form_username" style="border: 0px;width: 83px;height: 21px;" onFocus="this.className='form_usertype'" onBlur="this.className='form_usertype'"> <input name="pwd" type="password" class="form_password" style="border: 0px;width: 83px;height: 21px;" class="form_password" onFocus="this.className='form_passtype'" onBlur="this.className='form_passtype'"> <td align="left"> <input type="image" style="border: 0px;" src="GFX/oklogin.jpg" name="Submit" value="login"> <a href="index.php?site=register"><img src="GFX/register.jpg" border="0"/></a> </td></td> </form> </tr> </table> both templates belong to me |
Inaktiv |
|
Antworten: 0
Seite [1] |
Sie müssen sich registrieren, um zu antworten. |