FormBuilder - TextArea - Desperate!

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
eeadotcom

FormBuilder - TextArea - Desperate!

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: FormBuilder - TextArea - Desperate!

Post by Dr.CSS »

Not sure this will help...

.formbuilderform textarea{width:90%}
mktdom
Forum Members
Forum Members
Posts: 15
Joined: Sat Mar 03, 2007 6:44 pm

Re: FormBuilder - TextArea - Desperate!

Post 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.
Last edited by mktdom on Sat Mar 03, 2007 9:48 pm, edited 1 time in total.
User avatar
chead
Forum Members
Forum Members
Posts: 63
Joined: Tue Feb 06, 2007 4:01 am
Location: Dallas, TX

Re: FormBuilder - TextArea - Desperate!

Post by chead »

If I understand what you're trying to do, try adding:

.formbuilderform{
width:100%;
}
mktdom
Forum Members
Forum Members
Posts: 15
Joined: Sat Mar 03, 2007 6:44 pm

Re: FormBuilder - TextArea - Desperate!

Post by mktdom »

Yes but where ?


.formbuilderform{
  width:100%;
}
User avatar
chead
Forum Members
Forum Members
Posts: 63
Joined: Tue Feb 06, 2007 4:01 am
Location: Dallas, TX

Re: FormBuilder - TextArea - Desperate!

Post 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.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: FormBuilder - TextArea - Desperate!

Post by RonnyK »

Locked

Return to “CMSMS Core”