Page 1 of 1

Change dimension of posting box

PostPosted: Thu Feb 15, 2007 7:36 pm
Author: sanji
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I would like to change the size of the box in which the posts are written. It must be rather easy, but I couldn't find where to change those dimensions...

<img>

Thanks,

sanji

Re: Change dimension of posting box

PostPosted: Thu Feb 15, 2007 10:37 pm
Author: Teelk
Open templates/yourtheme/posting_body.tpl
FIND
[code]                     <td><textarea name="message" rows="15" cols="35" style="width]

rows is the height
cols is the width

Just increase these values.

PostPosted: Thu Feb 15, 2007 11:56 pm
Author: sanji
Thanks!