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.
Increase size of message content field
Hi jj,
In mboard.php find this code:
should be located TWICE in the mbaord.php. Then just increase number of cols and rows (for example to cols=60 rows=13).
Regards
In mboard.php find this code:
Code: Select all
cols=50 rows=9
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Klemen Stirn wrote:Hi jj,
In mboard.php find this code:
should be located TWICE in the mbaord.php. Then just increase number of cols and rows (for example to cols=60 rows=13).Code: Select all
cols=50 rows=9
Regards
I am assuming if l decrease the rol and column values the text will wrap onto a new line , is that right?
Right
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
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
Also have you decreased cols TWICE within the code?
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools