| Post |
|
Guest
| boozecan 7:16 pm May 18, 2007
| |
|
|
How do I make the message box bigger? I am trying to create a simple contact Us form, and I want the message box to be much wider than the other boxes. Can someone tell me how to do this?
http://ucc.aesthetik.ca/contact-us/
I am using the cforms.css style.
|
|
|
Admin
| Oliver Munich, Germany posts 6094 7:37 pm May 18, 2007
| |
|
|
There a many ways to do this, if you want to specifically change this form element, you could for instance add (to your cforms.css):
#cf_field_3 { width:303px; }
|
|
|
|
|
Guest
| boozecan 6:05 pm May 22, 2007
| |
|
|
This code, do I add it the way it is, or do I need to find the instance and name it according to what it is named in the plugin code. I added the snipet you gave me, but no luck. Sorry, but kinda new to this. What should I be looking for to control the message box?
|
|
|
Admin
| Oliver Munich, Germany posts 6094 6:18 pm May 22, 2007
| |
|
|
Where did you add it to? I can't see it in your cforms.css file!
|
|
|
|