I have set up a shortcut to link to our service desk to be the footer of all pages in our confluence site. When that link is clicked, it stays in the same tab rather than opening a new one.
Is there a way to make that shortcut link open in a new tab when clicked?
Hi Lucas,
Looks like you are new here, please allow me to give you the warmest welcome to our community.
You will need to create a User Macros to ensure that the HTML code is change to a Wiki Markup. This will work not just for the footer. It will work anywhere you place the macro that accepts WikiMarkup :)
How to create and install the User Macro
Administration -> User Macros
newtablink
Template
field:<a href=
"$paramurl"
style=
"text-decoration:none;"
target=”_blank”>$paramalias</a>
How to use
Go to the footer/link that you would like to open in a new page. Place the code below into place where you want to insert the HTML.
Sample:
{newtablink:url=http://www.atlassian.com}
If you would like to show it at Click here you can use the sample below.
Sample:
{newtablink:url=http://www.atlassian.com|Click here}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.