MyBB Community Forums

Full Version: Please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recently I started working on a new forum. When I was testing the buttons, I noticed that something wrong when I click the "New Thread" button. The box where you write your post is too big and I'd like help to fix it. Thanks, check the attachment to know what I'm talking about.
newthread templates:

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

Try to change the rows and cols value.
I tried it but now I got the correct values. Thank you. It's looking better.