Hyperlink Pop up

  • Unknown's avatar

    I have a page with a number of hyperlinks to external websites which I would like to open in a new page when a visitor clicks on them.

    How do I do this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello! You’ll want to switch to code view (TEXT instead of the VISUAL tab in the body box where you write your post content). Then write the following code to make your link open in a new tab:

    <a href="http://www.mylink.com" target="_blank">This is my cool link</a>

  • The topic ‘Hyperlink Pop up’ is closed to new replies.