Page 1 of 1

FormBuilder - TextArea - Desperate!

Posted: Fri Feb 02, 2007 10:22 pm
by eeadotcom
Hi!

I've searched the forum and found some topics discussing the TextArea width problem.

I tried all suggestions, but the form still the same.

Here is a link to my form page: http://www.electronicaeaudio.com/index.php?page=contacto-contact

The form works ok, I receive an email with all the contents I write, but the TextArea is at the end of the page :(

I've opened all files inside FormBuilder dir and I just get lost :o

How can I pick the TextArea to the top of my page?

Thanks in advance for any answer

Regards

Pedro Martins

Re: FormBuilder - TextArea - Desperate!

Posted: Sat Feb 03, 2007 3:48 am
by Dr.CSS
Not sure this will help...

.formbuilderform textarea{width:90%}

Re: FormBuilder - TextArea - Desperate!

Posted: Sat Mar 03, 2007 9:44 pm
by mktdom
I have the same problem with MS Internet explorer. No problem with firefox.

It seems OK for you, how did you resolve the problem ?





On this site => http://www.easy-breeze.de/index.php?page=contact it works on IE and Firefox.

Re: FormBuilder - TextArea - Desperate!

Posted: Sat Mar 03, 2007 9:56 pm
by chead
If I understand what you're trying to do, try adding:

.formbuilderform{
width:100%;
}

Re: FormBuilder - TextArea - Desperate!

Posted: Sat Mar 03, 2007 10:01 pm
by mktdom
Yes but where ?


.formbuilderform{
  width:100%;
}

Re: FormBuilder - TextArea - Desperate!

Posted: Sat Mar 03, 2007 10:08 pm
by chead
One of your stylesheets already has:

.formbuilderform textarea {width: 90%}

Add the previous style to the same stylesheet. Actually, any stylesheet would work, but keeping similar styles together is helpful when editing.

Re: FormBuilder - TextArea - Desperate!

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