Hi,
I want to align input fileds for atributes..
I want like this: http://www.test.lux4kids.si/index.ph...create_account
The problem is there: http://www.test.lux4kids.si/fenix-lu...fenix-lux-2011
tnx for help..
Gregor, slovenia, europe
Hi,
I want to align input fileds for atributes..
I want like this: http://www.test.lux4kids.si/index.ph...create_account
The problem is there: http://www.test.lux4kids.si/fenix-lu...fenix-lux-2011
tnx for help..
Gregor, slovenia, europe
I think you could use tables, or better yet css, see here:
http://www.websiteoptimization.com/speed/tweak/forms/
http://robozen.com/design/css-magic-...ithout-tables/
tnx keneso it works.
I just add this to Css..
label {
width:150px; /*Or however much space you need for the form’s labels*/
float:left;
tnx again
Welcome, glad I could help.