View Full Version : Form Issue in Netscape
SH-Lloyd
09-04-2003, 07:49 AM
When adding mail accounts if you look at the source for the username input box you see:
<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
l0rdphi1
09-04-2003, 08:53 AM
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.
SH-Lloyd
09-04-2003, 08:59 AM
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?
l0rdphi1
09-04-2003, 09:25 AM
Originally posted by SH-Lloyd
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
Originally posted by SH-Lloyd
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)
DirectAdmin Support
09-04-2003, 01:11 PM
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
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.