By bmblack on
I have adjustable text areas on my drupal 6 site. I love the fact that the text areas are adjustable, but I hate that their default height is so large on my site. When I look through my firebug, I see the rows are set to 15 ... but my problem is that I dont know how to change that. I'd ideally like to have about 5 rows by default.
here's the current code for my site that I found in firebug:
<textarea id="edit-comment" class="form-textarea resizable required textarea-processed" name="comment" rows="15" cols="60"/>
Could somebody please help me?
Thanks
Comments
...
this should do it:
http://drupal.org/project/resizable_body
That was EXACTLY what I was
That was EXACTLY what I was looking for! Thank you!!
Can this be used with CKeditor (or similar)
I've installed the above module, and it works fine when the rich text editor is off, but I want to leave it on as default (most of our users are not tech savvy enough to work that much out - without emailing me lots).
It seems that CKeditor overides this module.
Any other way of getting the CKeditor input area to have a default size of about 200px for the comment form?
============
Drupal Core Maintainer for "Out of the Box" Initiative.