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

  1. Back to MENU 
  2. Back to FUNCTIONS
  3.  
  4.                               Place-Image
  5.                               -----------
  6.  
  7. General:
  8.  
  9.     This item allows the insertion of images into the document.
  10.  Most WWW browsers support GIFs and JPEG graphics format.  If you
  11. are using the AWeb browser, you may need datatypes for these formats
  12. in order to display these types of images.  These datatypes may be
  13. downloaded from the AMINET.  Image convertors for changing image
  14. format from IFF to either GIF or JPEG are also available on the
  15. AMINET.
  16.  
  17. Syntax:
  18.  
  19.     <IMG SRC="[Path of Image]" ALT=[Alternative text] >
  20.  
  21. The string [Path of image] describes the path of the image to be
  22. displayed. The string [Alternative text] is displayed in place of
  23. the image if the WWW browser does not support images, or the image
  24. format.
  25.  
  26. Use:
  27.  
  28. 1 - Double click on the "Place-Image" item.  
  29. 2 - A file requestor will appear.  Select the required image.
  30. 3 - The tags will be automatically inserted.
  31. 4 - Alter or erase the ALT tags to suit your requirements.
  32.  
  33. Example:
  34.  
  35. <IMG SRC="http://www.networkx.com/~JimHenry/jim.gif" ALT=A picture
  36. of me >
  37.  
  38.