home *** CD-ROM | disk | FTP | other *** search
/ Pegasus 5 / Pegasus_Vol_5_CD2.iso / lotus / lotus035.dsk / LWPHTML.RGI < prev    next >
INI File  |  1995-09-12  |  1KB  |  50 lines

  1. [MoreStyleMappings]
  2. ;
  3. ; Word Pro uses styles to map to most HTML tags.  The mappings are done by 
  4. ; associating a Word Pro style name to an HTML tag.  An example of this
  5. ; is the "Horizontal Rule (HR)" style; it maps to the <HR> tag.  This
  6. ; and other mappings are found in the HTML SmartMaster or when you import
  7. ; an HTML document into Word Pro.
  8. ;
  9. ; This section allows you to define additional style-to-tag mappings.  The 
  10. ; format of each entry is as follows:
  11. ;
  12. ;    My_Style_Name=Word_Pro_Recognizable_HTML_Tag
  13. ;
  14. ; Where:
  15. ;
  16. ;    My_Style_Name =
  17. ;        Name of a style not defined in the HTML SmartMaster
  18. ;
  19. ;    Word_Pro_Recognizable_HTML_Tag =
  20. ;        Name of HTML tag recognized by Word Pro
  21. ;
  22. ; Examples:
  23. ;
  24. ;    WarningCharStyle=EM
  25. ;    Heading 1=H1
  26. ;    Bullet 1=UL 1
  27. ;    Bullet 2=UL 2
  28. ;
  29.  
  30. ;
  31. ; These styles are defined in the "Default" SmartMaster.
  32. ;
  33. Heading 1=H1
  34. Heading 2 =H2
  35. Heading 3 = H3
  36. Bullet 1=UL 1
  37. Bullet 2=UL 2
  38. Number List=OL 1
  39. Outline Numbering=DT 1
  40. Title=H1
  41.  
  42. [Import]
  43. ;
  44. ; Tags that Word Pro does not recognize (or tags which the UI currently does
  45. ; not support) are inserted into comment notes by default.  Specify a "0"
  46. ; here to tell the HTML filter to import such tags into the text stream instead
  47. ; (the "Raw HTML" character style will be applied to the tag text).
  48. ;
  49. TagsInCommentNotes=1
  50.