Page 1 of 1

Form builder module: forms sink at the bottom (SOLVED)

Posted: Sat Mar 10, 2007 5:15 pm
by junglesilence
Hey everyone,

I surely love cmsms. And it seems great till as yet. But I am having problems with some modules. Can anyone tell me why do my 'forms' using form builder module sink down to the bottom of the page, even if there is zero text above. How can I change the setting?   :o  Probably you can look at this link, http://www.junglesilence.com/contact-us.htm and you'll know what I am talking about.

Apparently, I am missing some basic concept in styling all module presentations. I'll appreciate if any one of you can guide me on changing the inbuilt presentation settings of any module eg the font size, color, text alignment etc.  ???

Thanks for your help although this might be just a silly question, these small things are blocking me from going any further. I appreciate your time and concern in assisting me; may be some other confused souls will also stand to benefit.  :P

Regards

Re: Form builder module: forms sink at the bottom

Posted: Sat Mar 10, 2007 5:37 pm
by Nullig
You might want to format the message area of your form better - add this to your stylesheet:

Code: Select all

textarea {
   width: 400px;
}
That will eliminate one problem.

Nullig

Re: Form builder module: forms sink at the bottom

Posted: Tue Mar 13, 2007 2:57 am
by junglesilence
I just used css template for building the forms and the problem was gone  :D

Re: Form builder module: forms sink at the bottom (SOLVED)

Posted: Tue Mar 13, 2007 4:14 am
by Nullig
Here's what I see...



[gelöscht durch Administrator]

Re: Form builder module: forms sink at the bottom (SOLVED)

Posted: Sat Mar 17, 2007 5:26 pm
by junglesilence
yes, it works fine with css :)