Treeview HTML Generator
Page Element Formatting
Use the following arguments in your DS2TREE macro call to
control the formatting of
individual elements in the output. If you specify formatting
information for an element that is not included in your
output, then the information is ignored.
The TITLE lines
tclass=value
- specifies the name of the style sheet class that is to be used for
SAS TITLE lines.
tcolor=value
- specifies a color for the SAS TITLE lines. You can specify a color value
by using the color name or the RGB value.
tface=value
- specifies a font for the SAS TITLE lines.
Valid values are browser specific.
tsize=n | +n | -n
- specifies the size of the font that is used to display SAS TITLE lines, where
n
is an integer.
Valid values for n
are browser specific.
ttag=value
- specifies the HTML tag name that is associated with the SAS TITLE lines.
The default value is
PREFORMATTED + HEADER 3
.
For a list of all of the valid HTML tag names that you
can use with this argument, see the documentation for the HTML Formatting Tools for
the list of available tags that are provided
with the generator.
The FOOTNOTE lines
fclass=value
- specifies the name of the style sheet class that is to be used for
SAS FOOTNOTE lines.
fcolor=value
- specifies a color for the SAS FOOTNOTE lines. You can specify a
color value by
using the color name or the RGB value.
fface=value
- specifies a font for the SAS FOOTNOTE lines.
Valid values are browser specific.
fsize=n | +n | -n
- specifies the default size of the font that is to be used to
display the SAS FOOTNOTE lines,
where
n
is an integer. Valid values for
n
are browser specific.
ftag=value
- specifies the HTML tag name that is associated with the SAS FOOTNOTE lines. The default
value is
PREFORMATTED + HEADER 3
.
For a list of all of the valid HTML tag names that you
can use with this argument, see the documentation for the HTML Formatting Tools for
the list of available tags that are provided
with the generator.