Confluence tip: Create a link whose target opens in a new tab

To create a link and have the target open in a new tab, use the Wiki markup macro.

1. Go to the + at the top of the page.

2. Click { } Markup.

3. In the left side of the Insert markup page, type:

{html} Your text <a href="https://url.com" target="_blank" </a> {html}.

For example, if you wanted to write, “Click here to go to Google’s website” with the word “Google’s” as the link, your markup would look as follows:

{html}Click here to go to <a href="https://www.google.com" target="_blank">Google's </a> website.{html}

4. Click OK.

5. Click Publish.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s