Here's the HTML.  You have <tr> tags without a table.  And, instead of 
continuing the table model, the button bar is in a div (not truly bad, but 
incosistent).

  <div class="form-padding">
    <p>Enter your email address in the field below and click 'Reset Password' 
to have instructions on how to retrieve your forgotten password emailed to 
you.</p>

    <form action="/user/forgot_password" method="post">
              <tr class="two_columns">

          <td class="prompt"><label>Email Address:</label></td>
          <td class="value"><input id="user_email" name="user[email]" 
size="30" type="text" value="" /></td>
        </tr>
<br/>

      <div class="button-bar">
        <input name="commit" type="submit" value="Submit request" />
        <a href="/user/login">Cancel</a>
      </div>

    </form>
  </div>
</div>
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to