Create a hyperlink to a web address
In addition to creating hyperlinks to other assets in your environment, you can also create hyperlinks to web addresses. When you click the hyperlink, it will automatically open in a new tab.
Steps
- Open an asset page.
- Double-click a text attribute or click
to edit the text. - Select the text to transform into a hyperlink.
- On the Edit toolbar, click
(Insert/edit link) → Link to URL. - Enter the required information.
Setting
Description
URL The target website of the hyperlink.
If you don't start the URL with http:// or https://, the system will ask if it has to add http://. If you don't add either prefix, Collibra Data Intelligence Cloud will consider the URL content an asset.
Note You will only see this field if the hyperlink you edit is a link to a URL.
Text to display The display text that will be visible in the attribute. By default, this is the text that you selected. - Click Save, to save the hyperlink.
- Optionally, edit the source code so that the hyperlink automatically opens in a new tab when you click it.
- Click Source code (
). - Type
target ="_blank"after the href attribute.Example
Click <a xml="lang" href="https://productresources.collibra.com/" target="_blank">here</a> for more information. - Click Save.
- Click Source code (
- Click Save.