| Date | Title | Type | ||
|---|---|---|---|---|
| 8/28/07 |
24167 - In ODS HTML, can I modify the colors of the scroll bar and the down arrow on the browser? The colors of the scroll bar and the up and down arrows can be modified by using cascading style sheet properties. Below is a list of style sheet properties and what they modify. scrollbar-3d-light-coloroutside color ... http://support.sas.com/kb/24/167.html, 18KB |
Usage Note | ||
| 10/22/03 |
23431 - In ODS HTML output, how can I change the link color and the visited link color in the table of contents? The link color and the visited link color can be changed in the Colors style element, or directly in the Document style element by specifying the color for the attributes LINKCOLOR and VISITEDLINKCOLOR. Because the ... http://support.sas.com/kb/23/431.html, 17KB |
Usage Note | ||
| 9/22/03 |
23320 - How can I change the background color of the headers from gray to another color in ODS HTML output? You can change the background color of the headers in the color_list by modifying the value associated with the string "bgA2" or by modifying the style element that render the headers, which is Header. View output. ... http://support.sas.com/kb/23/320.html, 17KB |
Usage Note | ||
| 9/22/03 |
23376 - In ODS HTML output, how can I change the foreground color of my titles from blue to another color? Change the foreground of the title in the color_list by altering the argument associated with the string "fgA" or by modifying the style element SystemTitle directly. View output. proc template; define style Style ... http://support.sas.com/kb/23/376.html, 17KB |
Usage Note | ||
| 9/22/03 |
23319 - How can I change the color of HTML cells in ODS output? You can change the background color of the data values (cell color) by modifying the argument associated with the string "bgA3" in the color_list. The alternative way is to make the changes in the style element that ... http://support.sas.com/kb/23/319.html, 17KB |
Usage Note | ||
| 9/22/03 |
23318 - How do I change the table background from the default gray color to another color in ODS HTML output? The color of an HTML page can be changed in two ways: by changing the value associated with the string bgA or by modifying the style element Body directly. The examples below change the value of the HTML page from gray ... http://support.sas.com/kb/23/318.html, 18KB |
Usage Note | ||
| 7/11/05 |
23353 - In ODS HTML, can I specify the color and the font of a cell based on the cell's value? Selectively coloring cells in a table, based on the cells' values, is called traffic lighting. For example, if AGE<13, you want the cell to be colored red. Here are some examples that work with SAS Version 8 ... http://support.sas.com/kb/23/353.html, 25KB |
Usage Note | ||
| 9/30/03 |
23377 - In ODS HTML output, how can I change the foreground color of the titles and footnotes separately? The string "fgA" is associated with both the titles and footnotes in the color_list, so modifying it will affect both titles and footnotes. Instead, to specify one color for the titles and another for the footnotes, you ... http://support.sas.com/kb/23/377.html, 17KB |
Usage Note | ||
| 9/22/03 |
23321 - How can I change the cellspacing color that separates the cells in the table in ODS HTML output? You can change the cellspacing color that separates the cells in the table by changing the value associated with the string "bgA1" in the color_list, or by modifying the table background with the Table style element. ... http://support.sas.com/kb/23/321.html, 17KB |
Usage Note | ||
| 10/1/07 |
23330 - What options are available for the TITLE and FOOTNOTE statements in ODS? Below are the available options beginning with Release 8.1 for the HTML, PDF, and RTF destinations. These are similar to the SAS/GRAPH options for titles and footnotes. BOLD specifies bold. COLOR= specifies the ... http://support.sas.com/kb/23/330.html, 18KB |
Usage Note | ||