| There are 2 possibilities to create a link to an Internet address:
 A) In a TinyME editor
 
 Procedure:
 
 (1) Highlight a word you want to link.
 
 (2) Now, click on the button
  . 
 (3) A pop-up window opens. Enter the URL of the website and click on "OK".
 
 B) In text or HTML mode:
 
 If you want to link to a website, use the following syntax:
 <a href="http://www.factline.com/">Link title</a>  You can specify that the link should be opened in a new window:
 
  <a href="http://www.factline.com/ "target="_blank">Link title</a>    
 
 |