Form Issue in Netscape

SH-Lloyd

Verified User
Joined
Jun 16, 2003
Messages
24
Location
Australia
When adding mail accounts if you look at the source for the username input box you see:
PHP:
<input type=text name=user align=right size=16>
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
 
I have gotten myself in the habit of use ' and ' over " and ". Single-quotes are a lot less hassle when you're programming in languages such as PHP that don't support the double-quote operator, like Perl has.
 
Fair enough :D
I just used " " as an example. Personally I prefer to use ' ' but unless you are in PHP/Perl etc. it doesnt make a difference as long as one of them is there.

Will Directadmin be XHTML complient?
 
SH-Lloyd said:
Fair enough :D
I just used " " as an example. Personally I prefer to use ' ' but unless you are in PHP/Perl etc. it doesnt make a difference as long as one of them is there.
I just thought I would point it out :p

SH-Lloyd said:
Will Directadmin be XHTML complient?
XHTML compliance would be cool, but I would rather have some of the other features first ;) (namely DA <=> DA seamless user transfer)
 
Hello,

I've just removed the "align=right" portion from the input tag, it wasn't supposed to be there. Available for the next release.

Can't say anything about xhtml at the momment... no plans for it right now.

John
 
Back
Top