Dashboard Rich Text Hyperlink

2315
2
Jump to solution
09-04-2020 10:53 AM
APBlough
New Contributor II

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?

-APB
1 Solution

Accepted Solutions
JayJohnsonWashoeCounty
Occasional Contributor III

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

Jay
Washoe County GIS

View solution in original post

2 Replies
JayJohnsonWashoeCounty
Occasional Contributor III

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

Jay
Washoe County GIS
APBlough
New Contributor II

Wonderful! Thank you very much! 

-APB
0 Kudos