I am trying to get the hyperlinks that I have embedded in rich text to open in a new tab rather than open in the same widow/tab.
Is there anyway of getting this to work so the original dashboard can stay open as well as the link the user opens?
Yes, you can open the link in a new window. The hyperlink needs to include target = "blank".
Like this example:
<a href="https://blahblahblah" target="blank">Click Here to open link</a>
Jay
Wonderful! Thank you very much!
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.