home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 July / www_07_1999.iso / prez / amiga / awebedv1_2.lha / AWebEd / helpdocs / hyperlink < prev    next >
Text File  |  2008-08-13  |  1KB  |  40 lines

  1. Back to MENU
  2. Back to FUNCTIONS
  3.  
  4.                               Hyperlink
  5.                               ---------
  6.  
  7. General:
  8.  
  9. This item inserts the code necessary to produce a hyperlink to
  10. another HTML document on the internet.  Hyperlinks commonly take the
  11. form of a "sensitive" string of text which is commonly displayed by
  12. browsers in a different style of colour than ordinary text.
  13.  Selecting the sensitive text forces the browser to load in the
  14. document specified by the HTML code.
  15.  
  16. Syntax:
  17.  
  18. <A HREF="[Path of link]> [Text] </A>
  19.  
  20. The string [Path] describes the path of the HTML document to open if
  21. the hyperlink is activated.  The [Text] defines the text which is
  22. "sensitive".
  23.  
  24. Use:
  25.  
  26. 1 - If not already present, type the "sensitive text" into the
  27. document.
  28. 2 - Select that text, and double click on the "Hyperlink" item in
  29. the "Navigation" command list.
  30. 3 - Delete the portion of path text, and insert the desired path.
  31.  
  32. Example:
  33.  
  34. <P> The <A HREF="http://www.lycos.com"> Lycos </A> WebSearch tool.
  35.  
  36. will display in the brower window:
  37.  
  38.     The *Lycos* WebSearch tool.
  39.        
  40.