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

  1. Back to MENU
  2. Back to FUNCTIONS
  3.  
  4.                               Image-link
  5.                               ----------
  6.  
  7. General:
  8.  
  9. This item inserts the necessary code for an image HYPERLINK.  This
  10. is much like a conventional text HYPERLINK, but instead of
  11. displaying "sensitive" text, it displays an image.
  12.  
  13. Syntax:
  14.  
  15. <A HREF="[Path of link]" <IMG SRC="[Path of image]" {Alt=[Alternate
  16. text} > {[Additional text]} </A>
  17.  
  18. The string [Path of link] defines the path of the document to load
  19. in.  The string [Path of image] defines the path of the image to
  20. display as the "sensitive" region.  The optional string [Alternative
  21. text] is displayed if the browser does not support images or that
  22. image type.  The optional string [Additional text] defines sensitive
  23. text performing the same function as the image.
  24.  
  25. Use:
  26.  
  27. 1 - Double click on the "Image_HL item.
  28. 2 - A file requestor will appear.  Select the required file.
  29. 3 - A file requestor will appear.  Select the required image.
  30. 4 - The relevant tags will be inserted.
  31.  
  32. Example:
  33.  
  34. <A HREF="http://www.bris.ac.uk" <IMG
  35. SRC="http://www.bris.ac.uk/images/bristol" Alt=A picture of Bristol
  36. > Goto the City of Bristol. </A>
  37.  
  38. would display:
  39.  
  40.    If the image can be displayed: 
  41.  
  42.         *[IMAGE] Goto the City of Bristol.*
  43.  
  44.    If not: 
  45.  
  46.         (A Picture of Bristol)   *Goto the city of Bristol.*
  47.