MyBB Community Forums

Full Version: Two rows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The bottom box is supposed to be on top how do I fix that?
[Image: e9de3c8a83e422a0e0390aba728ef8ad.png?1366950616]
hi find this code in
template > New Thread > newthread
template > New Reply > newreply

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

The numbers change how much you want.

rows="your number"
cols="your number"