Page 1 of 1

Help with Form Builder

Posted: Wed Nov 07, 2007 8:30 am
by lie2815
How can I change the CSS so that it looks right?
Especially for the text areas so that they are not that wide and second they are not that big (high).


EDIT: Deleted link.

Re: Help with Form Builder

Posted: Wed Nov 07, 2007 9:11 am
by alby
lie2815 wrote: How can I change the CSS so that it looks right?
Especially for the text areas so that they are not that wide and second they are not that big (high).
http://www.bydebrasdesigns.com/cms/inde ... gistration
Add in CSS:

Code: Select all

textarea { width: 20em; height: 5em; }
Alby

Re: Help with Form Builder

Posted: Wed Nov 07, 2007 8:16 pm
by lie2815
Worked great. Thank you so much...