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

version 1.46, 1998/01/30 14:26:54 version 1.47, 1998/02/03 09:35:40
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.46  
changed lines
  Added in v.1.47


Webmaster