Diff for /Amaya/amaya/HTML.S between versions 1.47 and 1.48

version 1.47, 1998/02/03 09:35:40 version 1.48, 1998/02/03 17:38:09
Line 312  STRUCT Line 312  STRUCT
               Width__; IntWidthPxl; IntWidthPercent;                Width__; IntWidthPxl; IntWidthPercent;
               cellspacing = Integer; cellpadding = Integer) =                cellspacing = Integer; cellpadding = Integer) =
         BEGIN          BEGIN
         ? CAPTION (ATTR Position = Position_top, Position_bottom) = Basic_Set;          CAPTION (ATTR Position = Position_top, Position_bottom) = Basic_Set;
         Table_head = LIST OF (Column_head);          Table_head = LIST OF (Column_head);
         ? thead = LIST OF (Table_row);          ? thead = LIST OF (Table_row);
         Table_body = LIST OF (tbody = LIST OF (Table_row));          Table_body = LIST OF (tbody = LIST OF (Table_row));

Removed from v.1.47  
changed lines
  Added in v.1.48


Webmaster