There are the handy buttons for adding b, i and URL above the posting field. I'd like to modify the URL button's coding slightly.
Right now, when you highlight text and click the URL button, then paste in your URL, you get this:
CODE
<a href="LINK">TEXT</a>
What I want to do is add a blank target, like so:
CODE
<a href="LINK" target="_blank">TEXT</a>
Most everyone should recognize this. Clicking on that link would then open the link in a new window instead of sending them away from my site.
My reason for wanting to change the button coding are:
1) It's a time-saver for me, and if it's up to me to do it manually, I'll grow sick of it or forget sometimes.
2) Even if I remember to manually code it every time, not all of the other authors for my site will remember.
Is there any way to change this?
