Open a link in a new window.

Hi!

I would like to have my customer go to a new window when they open this link in one of my muffin builder tabs. How do I do this?


<span style="display:inline-block;margin:1em;width:160px;text-align:center"><a href="https://www.jigsawplanet.com/?rc=play&amp;pid=1b484282a54b" style="display:inline-block;position:relative"><img alt="preview" style="display:block;box-shadow:2px 2px 4px rgba(0,0,0,.4)" src="https://im.jigsawplanet.com/?rc=img&amp;pid=1b484282a54b&amp;size=160"><span style="position:absolute;right:4px;bottom:4px;font:bold 120% Verdana,sans-serif;white-space:nowrap;filter:drop-shadow(1px 1px 2px #000)"><span style="color:#fff;vertical-align:middle">6</span><img style="width:1.5em;height:1.5em;vertical-align:middle" src="https://www.jigsawplanet.com/img/shapes/00.svg" alt="piece"></span></a><a style="display:block;margin-top:.2em;overflow-wrap:break-word" href="https://www.jigsawplanet.com/?rc=play&amp;pid=1b484282a54b" >Schoodles Gang</a></span>

Comments

  • Hello,

    If you want to open this link in new tab, then you should add attribute target="_blank" in <a> tag.

    It should look like this:

    <a href="https://www.jigsawplanet.com/?rc=play&amp;pid=1b484282a54b" target="_blank" style="display:inline-block;position:relative">
    

    Thanks

  • Awesome! Thank you! I wasn't sure where to put it. :)

  • Thank you! that worked!


    We have youtube videos we would like to open ins a new tab

    <iframe width="560" height="315" src="https://www.youtube.com/embed/iK0nbYt5aA0?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


    How can we do this?

    Marie

  • Sorry, but I am not sure if I am getting this right.

    You want to open this video in new tab after clicking on play button?

    If yes, you can create an image that will open this video after clicking on it.

    Check the following screenshot for better understanding.

    If this is not what you want to achieve, please, explain to me greater how it should look.


    Thanks

  • Thank you! That makes sense. I think that's what we'll try.

    Marie

Sign In or Register to comment.