Okay, I figured it out.
I went into the public_common.pl file
Found
insertAtCaret(document.replier.message, ' ' + "[color:" + thisColo + "]" + thisCtext + "[/color]" + ' ');
and changed it to
insertAtCaret(document.replier.message, ' ' + "[color:" + thisColo + "]" + thisCtext + "[/color]" + ' ');
Found
insertAtCaret(document.replier.message, ' ' + " " + thisStext + " " + ' ');
and changed to
insertAtCaret(document.replier.message, ' ' + " " + thisStext + " " + ' ');
Found
insertAtCaret(document.replier.message, ' ' + "[font:" + thisFont + "] [/font]" + ' ');
and changed to
insertAtCaret(document.replier.message, ' ' + "[font:" + thisFont + "] [/font]" + ' ');
----
I'll keep playing with it ... see if it holds up ...
Thanks, Ian!
