I've just changed my "Link" button on the post page so it automatically includes target="_blank" to all links, so they open in a new window automatically.
It's done by editing the /wp-admin/quicktags.js file and changing:
edButtons[i].tagStart = '';
to
edButtons[i].tagStart = '';
Simple!
Enjoy, chmac.
Hmm, cancel that, pasting the code didn't work, not sure why, but there you go!
Can you repaste this code?
clintanderson
Member
Posted 6 years ago #
I was wanting this code also, please post again.
C
IF you want to use the invalid xhtml, you can view the source of this page to get all the posted code I bet.
clintanderson
Member
Posted 6 years ago #
How about the valid code, is there such a thing or is it a pipe dream?
C