Create a New Tab Link in Confluence

Author:  MikeW Date: 2022-07-06T16:59:44+00:00

How do you create a link that opens in a new tab in Confluence?

Use the HTML macro.

  1. Edit a Confluence page.
  2. Type {
  3. Enter HTML. An HTML control is inserted.
  4. In the HTML control enter:
<a href="https://example.com" target="_blank">My Link Text here</a>

Save the edits. That should do the trick, your link should now open in a new tab.