a href,reference,www (world wide web),e-mail,usenet,ftp

QML - Create Your Own Adventure

Name Topic Used in Type
link Text station element
Inserts a hyperlink into the quest. You can link to Webpages, or use email-links. By default, the links will open in a new window.
Sample:
<text>
   To get to know about QML-updates, visit the
   <link to="http://www.outer-court.com/goodies/qml.htm">QML Homepage</link>.
</text>

Attributes: to | target