Page 1 of 1

How do I changed the default sizes of input box?

Posted: Wed Feb 28, 2007 10:59 am
by jaketess
Hello everyone,

Can anybody tell me how to change the default sizes on input boxes?

I have a fix width site and the input boxes just extend outside, specially the textarea!!!!


Thanks in advance for the Help!

Re: How do I changed the default sizes of input box?

Posted: Wed Feb 28, 2007 11:15 am
by RonnyK
Try,

.formbuilderform textarea {width:300px} /*or the width required!!!*/

Ronny

Re: How do I changed the default sizes of input box?

Posted: Wed Feb 28, 2007 11:48 am
by jaketess
OK I will try this. I am working on another site right now.

Will let you know if it works!

Thanks!

Re: How do I changed the default sizes of input box?

Posted: Tue Mar 06, 2007 10:54 am
by RonnyK