• I frequently write blog posts in which I include a link to another webpage, i.e. a NY Times article.

    Presently, when a reader clicks on the link, that new webpage comes up in place of the blog. I would like to change this so that clicking on a link makes it open in a new window?

    How do I do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ericdinn

    (@ericdinn)

    Thanks for your response. But what do I do with that? I tried pasting it next to the link, both before and after the link coding which was in html. When I published it and visited the post, the language you gave me ended up coming up on my post just like you typed it.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    It goes like this:

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

    However I strongly suggest you NOT do that. Most people know ‘right click and open in new tab’ now and they’ll be annoyed.

    Thanks for your response. But what do I do with that? I tried pasting it next to the link, both before and after the link coding which was in html

    What I posted is a link that leads to information and varying opinions about your question as found on Google, not a code to be pasted. My intention was that you would click that link, read some of the information found there, and then be able to make an informed decision about what to do, based on the information and opinions you read.

    Ipstenu’s example on how to use target=”_blank” will achieve exactly what you want. Sorry for any confusion.

    If you really want the “open in another window” just set it as an option when you insert the link – one of the options is to open in another window – it’s the “Target” right below where you insert the link info.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make link open to new window?’ is closed to new replies.