• On my site i have a section dedicated to the people i work with aka my partners. How i promote there sites is i have setup 400x150px images that showcase there logo and a slogan. I want people to be able to click the link and visit their sites as well.

    The problem is i do have it linked up but i want it to open in a new tab rather than overwriting my page. I hope it’s a code i can add to the image rather than a plugin as i don’t want to overload myself on those for simple fixes such as this if it’s simple.

    Hope this proves useful to others if an answer is found and thank you all!
    —James West

Viewing 1 replies (of 1 total)
  • You would just need to edit the html link -> Add ‘ target=”_blank” ‘

    <a href="https://www.example.com/" target="_blank">Example</a>

    If you’re using the standard wysiwyg editor, there should be an option to open in a new window when you’re generating the link.

Viewing 1 replies (of 1 total)
  • The topic ‘Image Links’ is closed to new replies.