Hi urb.brian (Brian?),
I’m not sure if this will work, but maybe give it a try ?? (I can’t see any reason that it wouldn’t work – and good idea to insert a link….might get around to doing it myself one day..)
Change the code to suit your needs, and remove all the spaces I’ve put in between all of the > < (I had to put spaces in, otherwise it won’t display properly for you to copy)
Normal link, opens same page:
< a href=”https://www.YOUR-WEBSITE.com” >YOUR-TEXT-GOES-HERE< /a >
Normal link, opens in another page:
< a href=”https://www.YOUR-WEBSITE.com” target=”_blank” >YOUR-TEXT-GOES-HERE< /a >
Same link as above, but with Rel=No Follow also added (in case you don’t want it indexed etc):
< a rel=”nofollow” href=”https://www.YOUR-WEBSITE.com” target=”_blank” >YOUR-TEXT-GOES-HERE< /a >
Hope this helps / works for you,
Cheers, Karen.