Page 1 of 1

Increase size of message content field

Posted: Thu May 12, 2005 12:05 pm
by guest
Where in the php coding can l changes the width of the message content field ?

i.e for the message text beneath the word:

Message:


Thanks for any assistance you can provide.

Posted: Thu May 12, 2005 5:39 pm
by Klemen
Hi jj,

In mboard.php find this code:

Code: Select all

cols=50 rows=9
should be located TWICE in the mbaord.php. Then just increase number of cols and rows (for example to cols=60 rows=13).

Regards

Posted: Fri May 13, 2005 7:57 am
by Guest
Klemen Stirn wrote:Hi jj,

In mboard.php find this code:

Code: Select all

cols=50 rows=9
should be located TWICE in the mbaord.php. Then just increase number of cols and rows (for example to cols=60 rows=13).

Regards

I am assuming if l decrease the rol and column values the text will wrap onto a new line , is that right?

Posted: Fri May 13, 2005 3:22 pm
by Klemen
Right

Posted: Fri May 20, 2005 10:51 am
by Guest
Klemen Stirn wrote:Right
I decreased to 30 cols but not change?
Have l done something wrong?

Posted: Fri May 20, 2005 2:12 pm
by Klemen
The box should be SHORTER if you decreased to 30 cols. If it's too high try decreasing rows.

Also have you decreased cols TWICE within the code?

Regards