When adding mail accounts if you look at the source for the username input box you see:
The "align=right" part will stop it displaying in Netscape hence rendering the CREATE EMAIL ACCOUNT function useless.
I hope this can be fixed, I am sure align is used in other places too.
LLOYD
P.S. The attributes should be surrounded by " " i.e. size="16" not size=16
PHP:
<input type=text name=user align=right size=16>
I hope this can be fixed, I am sure align is used in other places too.
LLOYD
P.S. The attributes should be surrounded by " " i.e. size="16" not size=16