Force hyperlinks that you have added to the portal to open in
a separate browser tab.
You can add hyperlinks throughout different areas
of the portal. If a link does not open in a separate browser tab by default, you can
edit the link so that it does.
In a rich-text field, use the
Link button to add a hyperlink as usual.
Select the Toggle HTML button.
The field content shifts to show the HTML code. For
example: <p><a href="https://www.google.com/"
target="">tasks</a></p>.
Note: To switch back to text view, select the Toggle HTML
button again.
In the expression
target="", add the following text between the quotation
marks: _blank. For example: <p><a
href="https://www.google.com/"
target="_blank">tasks</a></p>.
Note: Highlight added to expression for emphasis only.