QML - Create Your Own Adventure

Name Topic Used in Type
to Text link attribute
The address of the link.

Link samples
ValueDescription
http://www.outer-court.com Links to a webpage
mailto:lenssen@hitnet.rwth-aachen.de An email address that might start the email-client
news:rec.arts.int-fiction A link to a newsgroup
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>