Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

[Sugarcube] Opening a link in a new window

Okay, this may be a dumb question, but I can't find an answer for it, so I'll ask.

I want to send people to a survey so they can answer some questions about my project after they finish it, but I want to open that link in a new window. How do I do that in Sugarcube?

Cheers.

Comments

  • Try something like the following:
    <a href="LINK_URL" target="_blank">LINK_TEXT</a>
    
  • *facepalm*

    Right. Because Twine is just HTML, so HTML statements work within Twine without modification.

    Thanks again.
Sign In or Register to comment.