You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
0 Members and 1 Guest are viewing this topic.
<form method="post" action="{url_member}"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td valign="top" class="head1"> <table width="100%" border="0" cellpadding="4" cellspacing="0"> <tr> <td colspan="2" valign="top" class="head1">{lang_change_password}</td> </tr> <tr> <td class="row1"><b>{lang_old_password}</b></td> <td class="row1"><input type="password" name="current_user_password" size="30" class="input" /></td> </tr> <tr> <td class="row2"><b>{lang_new_password}</b></td> <td class="row2"><input type="password" name="user_password" size="30" class="input" /></td> </tr> <tr> <td class="row1"><b>{lang_new_password_confirm}</b></td> <td class="row1"><input type="password" name="user_password2" size="30" class="input" /></td> </tr> </table> </td> </tr> </table> <input type="hidden" name="action" value="updatepassword" /> <p align="center"> <input type="submit" value="{lang_change_password}" class="button" /> <input type="reset" value="{lang_reset}" class="button" /> </p></form>