MyBB Community Forums

Full Version: How do I make the message box bigger?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok when you make a thread or reply to a post how do i make the box you put the message into bigger. thanks
newthread template:

<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>

Change the rows and cols value. Do that with the newreply template too.
You can drag the thread or the post from the bottom of it's margin, It will drag with you to the size you want
(2010-05-10, 09:09 PM)RateU Wrote: [ -> ]newthread template:

<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>

Change the rows and cols value. Do that with the newreply template too.

thank you it is much better nowSmile