October 2009
Beginner
636 pages
13h 35m
English
You can see from the different outputs in the previous example that the CSS style properties are rendered a bit differently by each destination. The one notable similarity in all three outputs is that the SAS title does display in a bigger, bold font than that of the table data, as we would like.
The reason for this is that the corporate CSS file provides table formatting style properties, but it does not have a CSS style property for formatting the SAS system title. ODS expects to see a .SystemTitle class selector in the CSS file. The CSS file in the previous example does not have a .SystemTitle class selector.
One way to change the style of the title in the previous example would ...
Read now
Unlock full access