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

  1. Back to MENU
  2.  
  3.                                Functions
  4.                                ---------
  5.  
  6. AWebEd has a large array of features built-in.  Moreover, all of
  7. these can be edited to suit your requirements, and new features can
  8. be easily added using AMAL, AWebEd's internal scripting language.
  9.  
  10. AWebEd does not, by default, support some HTML-2 structures such as
  11. forms, some HTML-3 features such as tables, and Netscape
  12. HTML-extensions such as text colour.  It is entirely possible to use
  13. AMAL to provide these functions for yourself.  I was reluctant to
  14. provide support for these functions on the grounds that they would
  15. have limited appeal.
  16.  
  17. The HTML command lists
  18. ----------------------
  19.  
  20. Five lists of commands are immediately available, roughly sorted by
  21. kind.
  22.  
  23. Clicking on a command within the list will display a help document
  24. such as the one you are reading.  Double clicking on the item will
  25. force AWebEd to place the relevant HTML codes.
  26.  
  27. Details of how to generate or alter the default codes are discussed
  28. in " AMAL ".
  29.  
  30. The default HTML commands:
  31.  
  32.    Simple :            CENTRED        Horz RULE         TEMPLATE
  33.                        Large HEADER   Medium Header     Small HEADER
  34.                        PLACE-IMAGE    New PARAGRAPH
  35.  
  36.    Text styles :       BOLD           ITALIC            TELETYPE
  37.  
  38.    NAVIGATION :        HYPERLINK      IMAGE-LINK    LOCALLINK
  39.                        HYPERLINK-GET
  40.  
  41.    Miscellaneous :     EMAIL          Ordered LIST      Unordered
  42.                                                         LIST
  43.  
  44.    ARexx:              RELOAD      GET-URL     GET-HTML    QUIT-AWEB
  45.  
  46.