The DEFINE statement and its substatement and attribute define table_header_1. The TEXT statement specifies the text of the header. The STYLE= attribute alters the style element that renders the table header. The style element header is defined in the default style definition, styles.default. (For information on viewing a style definition, see Customizing Presentation Aspects of ODS Output.) In this case, the STYLE= attribute specifies a large font size. All other attributes that are included in header remain in effect. This attribute affects only the HTML output.

The END statement ends the header definition.


   define table_header_1;
      text "Top Three Fund Raisers";
      style=header{font_size=6};
   end;