Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Open Link in New Window from Image

Neil Taylor
Contributor
March 16, 2015

Is it possible to open a link in a new window by clicking on an image versus text?

I've found documentation for opening in a new window from a text link, but is there any way to modify that to work from an image?

https://docs.servicerocket.com/display/LIN/link-window

1 answer

0 votes
Guilherme Nedel [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 30, 2015

Hi Neil, yes there is - it involves a bit of tinkering with Confluence customizations, you can review the details here.

It uses the following script:

<script>
jQuery(document).ready(function() {
    jQuery(".wiki-content a").attr("target", "_blank");
});
</script>

You also have to enable the HTML Macro.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events