Page 1 of 1

[SOLVED!] tried soltions, but textarea is still 800px

Posted: Thu Oct 18, 2007 7:31 pm
by charleyhankins
I have tried the solutions listed here: http://forum.cmsmadesimple.org/index.php/topic,9693.msg52829.html#msg52829
but my textarea is still 800px.  I Don't get it.

I have tried the following statements in my CSS:
.feedbacktable textarea { width: 400px; height: 60px;}
.feedbackform textarea { width: 400px; height: 60px;}
textarea { width: 400px; height: 60px;}

Help?  :-\

Thanks,
Charley

Re: tried soltions, but textarea is still 800px

Posted: Thu Oct 18, 2007 7:37 pm
by RonnyK
Charly,

do you have a link, and are you sure that the stylesheet is attached to the template.

Ronny

Re: tried soltions, but textarea is still 800px

Posted: Thu Feb 28, 2008 1:50 am
by charleyhankins
Sure.

http://www.fact-inc.com/index.php?page=contact-us

yes.  the CSS is attached to the template.

Re: tried soltions, but textarea is still 800px

Posted: Thu Feb 28, 2008 6:56 am
by Nullig
I just tried changing your stylesheet to:

textarea { width: 200px; height: 60px;}

and it worked.

Where is coming from? Is that in your template?

Nullig

Re: tried soltions, but textarea is still 800px

Posted: Tue Mar 04, 2008 2:15 am
by charleyhankins
got that from here:  http://forum.cmsmadesimple.org/index.php/topic,895.msg4683.html#msg4683

Thanks!  the textarea worked like a champ!  ;D