Use the following arguments in your DS2CSF macro call to specify the location of your style sheets. You
can describe up to five different style sheets because you can specify up to five instances of each
argument. For example, with the SSFILEn
argument, you can specify values for SSFILE1,
SSFILE2, SSFILE3, SSFILE4,
and SSFILE5
.
See the HTML Formatting Tools documentation for information more about using style sheets:
Note: For SAS 9.2 or later, the DS2CSF macro is no longer supported. The documentation on this Web site is for Release 8.2 or earlier of SAS. Please migrate your applications to use the GKPI procedure with ODS and the JavaImg device driver.
Use the following arguments when the contents of the file you reference are actually copied into the header of the HTML file. You can use the embed method to include style or scripting information from multiple files.
ssfile1-ssfile5=value
For example, the first file you embed may contain the <STYLE>
tag but not the
</STYLE>
tag. The next file you embed cannot contain a
<STYLE>
tag, but it can contain the </STYLE>
tag.
Note: You cannot specify the SSFILEn
argument and the corresponding
SSHREFn
or SSFREFn
argument together. For example, if you use the
SSFILE1
argument, then you cannot use the SSHREF1
argument.
ssfref1-ssfref5=value
For example, the first file you embed may contain the <STYLE>
tag but not the
</STYLE>
tag. The next file you embed cannot contain a
<STYLE>
tag, but it can contain the </STYLE>
tag.
Note: You cannot specify the SSFILEn
argument and the corresponding
SSHREFn
or SSFREFn
argument together. For example, if you use the
SSFILE1
argument, then you cannot use the SSHREF1
argument.
Use the following arguments when you reference your style sheet file by using a
<LINK>
tag in your HTML file. Each one of these arguments specify a value on the
<LINK>
tag. For more information about linking files using the
<LINK>
tag, refer to your favorite HTML guide.
sshref1-sshref5=value
<LINK>
tag's
HREF
attribute.
Note: You cannot specify the SSHREFn
argument and the corresponding
SSFILEn
or SSFREFn
argument together. For example, if you use
SSHREF1
, then you cannot use the SSFILE1
argument.
ssmedia1-ssmedia5=value
MEDIA
attribute of the <LINK>
tag.ssrel1-ssrel5=value
stylesheet
. The supplied value is used on the REL
attribute of the <LINK>
tag. ssrev1-ssrev5=value
REV
attribute of the <LINK>
tag. sstitle1-sstitle5=value
TITLE
attribute of the <LINK>
tag. sstype1-sstype5=value
text/css
. If you are using JavaScript Style Sheets, then this
value is text/javascript
. The supplied value is used on the TYPE
attribute
of the <LINK>
tag.