Published on 7/22/2018
Step 1
In Edit Mode, navigate to the Text Block where you would like to add the hyperlink to a specific word or phrase.
Step 2
To make the hyperlink within the text block open in a new browser tab or window, add a target="_blank" attribute to the HTML anchor tag.
In the example below, the URL “https://go.oracle.com/LP=70937”, which is linked to the phrase “Get the 2018 Smarter CX Insights Report”, will open in a new tab when clicked.

If you want this behaviour removed, simply delete the attribute within the HTML anchor tag.