Page 1 of 1

Comment Module

Posted: Wed Dec 05, 2007 1:30 am
by dsackett
I installed the comment module to be used in my news for my website and I am finding that the textarea for the content of my comments is far too large for my container. In IE6 is ends up pushing my site down and jumbling everything. In Firefox v2 is hangs over the right edge. Is there a way to resize the textarea? I was looking through the TPL files but didn't find anything in terms of CSS or anything.

Thank you,

http://dsackett.com

Re: Comment Module

Posted: Wed Dec 05, 2007 1:41 am
by savagekabbage
You can go into your stylesheet and add CSS to take care of that :)

Something like: textarea { width:350px; height:100px;  } should do the trick. Of course you should adjust those values to whatever your needs are, or use percentages.

Re: Comment Module

Posted: Wed Dec 05, 2007 1:44 am
by dsackett
Haha, sometimes I sit back and wonder why I don't think longer about things. Thanks for that :)