October 2009
Beginner
636 pages
13h 35m
English
If you know that you are always going to use HTML for your ODS results file, then you can use a custom table template that is tailored for HTML use. Table template syntax allows you to apply style attributes such as PREHTML=, POSTHTML=, HTMLCLASS=, and TAGATTR= to your HTML report. These attributes are designed for use exclusively in HTML output. You can specify style attributes for either the whole table or for a column header. When you use HTML tags inside ODS, you generally have to turn the PROTECTSPECIALCHARS attribute to OFF in the PROC TEMPLATE STYLE= statement. This is done so that HTML interprets the tag delimiters (< >).
The template HR_HTML defined below specifies header-spanning text and calculates ...
Read now
Unlock full access