MyBB Community Forums

Full Version: How do i resize the post box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The box you write in to post, how do I resize it?

The one I wrote this message in if I confused people
The new topic/new reply post box im assuming? If so try changing your new reply and new topic templates

<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
try changing the rows and cols to whatever you want. I'm not sure that this will exactly work though. If not you can always change it back. I would suggest testing this on a theme you aren't using.
Inferno Wrote:The new topic/new reply post box im assuming? If so try changing your new reply and new topic templates

<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
try changing the rows and cols to whatever you want. I'm not sure that this will exactly work though. If not you can always change it back. I would suggest testing this on a theme you aren't using.
Yes thank you that's worked a treat Smile
No problem, glad I could help Big Grin