Diff for /Amaya/amaya/HTMLT.T between versions 1.5 and 1.6

version 1.5, 1997/01/22 13:03:44 version 1.6, 1997/01/28 13:50:04
Line 150  RULES Line 150  RULES
         Create '>\12';          Create '>\12';
         END;          END;
   
    BR:    BEGIN
           Create '<BR';
           Create Attributes;
           Create '>';
           Remove;
           END;
  Italic_text:   Italic_text:
         BEGIN          BEGIN
         Create '<I';          Create '<I';
Line 280  RULES Line 286  RULES
   
  Parameter: BEGIN   Parameter: BEGIN
         Create '<PARAM';          Create '<PARAM';
         Remove;  
         Create Attributes;          Create Attributes;
         Remove;          Remove;
         Create '>\12';          Create '>\12';
Line 766  ATTRIBUTES Line 771  ATTRIBUTES
         Create QuoteF;          Create QuoteF;
         END;          END;
   
    Clear = All_:
           Create ' clear=all';
    Clear = Left_:
           Create ' clear=left';
    Clear = Right_:
           Create ' clear=right';
   
  Align = left_:   Align = left_:
         Create ' align=left';          Create ' align=left';
   

Removed from v.1.5  
changed lines
  Added in v.1.6


Webmaster