[wp-forums] Profile editing page a bit ugly?

Alex Leonard alexleonard2003 at gmail.com
Mon Apr 14 17:56:23 GMT 2008


Similar on mine, but not quite the same.

The first password input field is directly beside the text "Password 
(twice)", whereas the second password confirmation input field is off to 
the left underneath "Mailing Lists".

Problem could be that the table that everything else on that page is 
contained in actually ends (</table>) before the rows with the mailing 
list and password items.

Eg:

</table>
<input type="hidden" name="_wpnonce" value="129b83276f" /><input type="hidden" name="_wp_http_referer" value="/support/profile/181915/edit" /><p><sup class="required">*</sup> These items are <span class="required">required</span>.</p>

<tr>
  <th>Mailing Lists</th>
  <td><label><input name="notify_list" type="checkbox" id="notify_list" value="true" checked='checked'  /> Subscribe to announcement list (a few messages a year)</label></td>
</tr>
<tr>
  <th>Password (Twice)</th>
  <td><input name="pass1" type="password" id="pass1" size="30" maxlength="100" /><br />
  <input name="pass2" type="password" id="pass2" size="30" maxlength="100" /></td>
</tr>
</table>

or else there's meant to be another table starting above the mailing 
list info.

A

Otto wrote:
> Anybody else notice how the profile editing page seems to be broken?
>
> Here's what I see: http://www.imagebam.com/image/9a9f165026782
>
> Notice the several fields lined up on the bottom, the password prompt
> in a confusing place... Seems like some CSS got out of whack or
> something...
> _______________________________________________
> wp-forums mailing list
> wp-forums at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-forums
>
>   


More information about the wp-forums mailing list