Page 1 of 1

FormBuilder, change Field-Size

Posted: Wed Nov 29, 2006 10:02 am
by micfritschi
Hy there, I'm using FormBuilder 0.2.

I'd like to change the size of the text-area. Is it possible to do that and if yes, where?

Thank you for any help!

Re: FormBuilder, change Field-Size

Posted: Wed Nov 29, 2006 10:05 pm
by Dr.CSS
You need the call for it, if it is other than 'textarea' right click the rendered page and view source, but it has to do with what 'div' you put it in...

#nameofdiv textarea{width:300px}

Re: FormBuilder, change Field-Size

Posted: Tue Dec 12, 2006 9:39 am
by micfritschi
Hey Mark, thank you for your help!
michael