mqcarpenter
05-15-2006, 12:43 PM
I would like to increase the message area in the live chat window. It looks like it defaults to 2 rows, but when I change this section:
<form name="chat" id="chat">
<input type="hidden" name="cmd" value="chat">
<input type="button" id="send" name="send" value="Send" onClick="do_submit(1);">
<textarea name="message" class="input_txt" cols="40" rows="4" onKeyup="is_typing(event);" wrap="virtual"></textarea>
</form>
...to four rows, it does nothing. Where can I change the message area to show more space for the operator?
<form name="chat" id="chat">
<input type="hidden" name="cmd" value="chat">
<input type="button" id="send" name="send" value="Send" onClick="do_submit(1);">
<textarea name="message" class="input_txt" cols="40" rows="4" onKeyup="is_typing(event);" wrap="virtual"></textarea>
</form>
...to four rows, it does nothing. Where can I change the message area to show more space for the operator?