Page 1 of 1

Message Field

Posted: Sun May 02, 2010 7:03 am
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.

Posted: Sun May 02, 2010 9:41 am
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;">