
Display 20.2 HTML Output with CSS Applied
Terminology
Before you start working with cascading style sheets, you should be familiar with the
following terminology.
cascading style sheet (CSS)
is a set of specifications that control the look and formatting of ODS output. You can
use a CSS file to specify fonts, sizes, and colors of the text in ODS reports. A CSS
file is external to SAS, and contains a collection of rule sets, style properties,
declaration blocks, and CSS selectors.
The easiest way to apply a CSS to your ODS report is by using the CSSSTYLE=
option on almost any ODS destination statement. The CSSSTYLE= option is valid
for all ODS destination ...