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.
Help with Form Builder
Help with Form Builder
Last edited by lie2815 on Wed Nov 07, 2007 8:17 pm, edited 1 time in total.
Re: Help with Form Builder
Add in CSS: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
Code: Select all
textarea { width: 20em; height: 5em; }
Re: Help with Form Builder
Worked great. Thank you so much...