MyBB Community Forums

Full Version: Change size of textbox!!???????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I change the textbox size???? Please tell me how to do it! Thanks a lot!

[Image: attachment.php?aid=13924]
New Reply Templates > newreply

Find:
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>
<td class="trow2">
<textarea id="message" name="message" rows="20" cols="80" tabindex="2" >{$message}</textarea>
Change cols="80" to the width you like. I tried 100 on my test box and with smilies on the left it fills my 1024 width screen.
thanks!!!