1
Hello, I'm looking to add a new button just to the right of the code and quote buttons within the topic reply field. I've created a javascript function and would like to attach it to that button.
Below is an example of the code I want to generate.
<img onclick='addAutoText("message");' onmouseover='style.cursor="hand"' src='autotext.gif' border='0' alt='ActionText' />
I think I have the javascript ready to go, but don't know which file to edit, or what to add that would create the above text.
Any help would be appreciated. Thanks =D