I have looked in vain and I need to get a some linked text and add target="_blank" to it. I can't use js as it's for a newsletter.
The linked text could be just a word or it could be a url that is linked.
I need to get the link text and the link and then recreate it with the target="_blank" in..
Any ideas?
Just to clarify. I have either: text or http://somelink.com/etc and need to add the target_blank to it without changing anything else. Js would be ideal but won't work.
I am using django and wanted to create some kind of linkify filter