Message Field

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
alarach
Posts: 1
Joined: Sun May 02, 2010 6:58 am

Message Field

Post by alarach »

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.
Asi Corp./ Alfredo Larach SAP
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

The code is in the "index.php" file, open it in Notepad and find

Code: Select all

<textarea name="message" rows="12" cols="60">
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" style="width:400px;height:300px;">
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply