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
Comment Module
-
savagekabbage
- Forum Members

- Posts: 75
- Joined: Mon Apr 23, 2007 3:51 pm
Re: Comment Module
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.
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
Haha, sometimes I sit back and wonder why I don't think longer about things. Thanks for that 
