<table border="0" width="90%"> <tr> <td align="left"> <div> <h2>Password Reminder</h2> <!--[If Start Found]--> <!-- Display this section if the e-mail address is found --> Your account has been located and a reminder e-mail has been sent to adfadf.<br /> Please check your e-mail shortly to get your username and password. <!--[If Else]--> <!-- Otherwise show the reminder form --> Enter the e-mail address you used when you created your account. Your login<br /> information will be sent to this e-mail address if it is found in the database. <br /> <br /> <form action="accounts.php" method="post"> <input type="text" name="Input" size="30"> <input type="hidden" name="Run" value="SendReminder"> <input type="submit" value="Remind Me"> </form> <!--[If End]--> </div> </td> </tr> </table>