I need to embed the page to my website:
I need to change the width of "message field" since is 500px
Where do I change it?
Many Thanks,
Alfredo L.
Message Field
Moderator: mkoch227
The code is in the "index.php" file, open it in Notepad and find
You can change the values of rows for height and cols for width. Or you can delete that and use CSS instead:
Code: Select all
<textarea name="message" rows="12" cols="60">
Code: Select all
<textarea name="message" style="width:400px;height:300px;">
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