home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 July / www_07_1999.iso / prez / amiga / awebedv1_2.lha / AWebEd / helpdocs / email < prev    next >
Text File  |  2008-08-09  |  663b  |  36 lines

  1. Back to MENU
  2. Back to FUNCTIONS
  3.  
  4.                               Email
  5.                               -----
  6.  
  7. General:
  8.  
  9. This item inserts the code which describes a portion of "sensitive"
  10. text which on being clicked will activate the WWW browser Email
  11. facility.
  12.  
  13. Syntax:
  14.  
  15. <A HREF="mailto:[Email address]" > [Text] </A>
  16.  
  17. The string [email address] is a valid email address, and [text] is
  18. the "sensitive" portion of text.
  19.  
  20. Use:
  21.  
  22. 1 - Type the text to be made sensitive.
  23. 2 - Select that text.
  24. 3 - Double click on the "Email" item.  The relevant tags will be
  25. inserted.
  26.  
  27. Example:
  28.  
  29. <P> Mail <A HREFS="mailto:jh5765@bris.ac.uk" > ME!!! </A>
  30.  
  31. would display:
  32.  
  33.    Mail *ME!!!*
  34.  
  35.  
  36.