I’m creating a page of user-generated comments that include text with an option to link to an external website. Currently have a repeater with a text box connected to a rich text field in my database collection. Some of the rich text includes a combination of text + URLs, which are active and working but opening in the same tab. However, I’d like for those links to open in another tab instead of navigating away from my website. Is this possible?
I had the same problem. The only way round it that I found was to open a lightbox when the link was clicked. Then the link in the lightbox could open the url in a new tab. When you close the new tab you get back to the lightbox so you need a close button to return to your original tab.