I'm looking for a simple piece of code, that when it comes across a hyperlink:
...it changes it to:Code:<a href="www.blah.com">Click Here</a>
I run a gaming website and the news editors don't know very much HTML, and they don't want to put the target="_blank" into every hyperlink. They'd simply forget. Also, I want this code to have a closing tag of some sort, so it only changes links that are in the specified area, and nothing outside of it.Code:<a href="www.blah.com" target="_blank">Click Here</a>





Bookmarks