| Date | Title | Type | ||
|---|---|---|---|---|
| 8/28/07 |
23369 - In ODS HTML output, how can I change the fonts for the titles and footnotes? To change the fonts for all of the titles and footnotes together, modify the font associated with the string 'titleFont' in the FONTS style element. To change the titles and footnotes individually, modify the ... http://support.sas.com/kb/23/369.html, 17KB |
Usage Note | ||
| 9/22/03 |
23367 - In ODS HTML output, how can I modify the fonts responsible for the headers? The font associated with the string 'headingFont' can be modified in the style element FONTS. Or the style element HEADER can be modified directly if you specify the FONT= attribute, as shown below. View ... http://support.sas.com/kb/23/367.html, 17KB |
Usage Note | ||
| 9/22/03 |
23366 - In ODS HTML output, how can I modify the fonts responsible for the data values in the table cells? Use REPLACE to change the font that is associated with the string 'docFont' in the FONTS style element; see example 1. You can also modify the cell values directly in the style element that renders the data ... http://support.sas.com/kb/23/366.html, 17KB |
Usage Note | ||
| 8/28/07 |
23368 - In ODS HTML output, how can I modify the font size for all output with a single change? You can specify the FONT_SIZE attribute within the style element Container, which is the parent of all containers. See example 1 below. Another method is use an embedded cascading style sheet. See example 2 below, ... http://support.sas.com/kb/23/368.html, 17KB |
Usage Note | ||
| 1/9/04 |
23343 - For ODS HTML output, how can I change the fonts of the various parts of the table of contents? To change the fonts for the title "Table of Contents," for the procedure name, and for the link beneath the procedure name, modify the appropriate style-element: The style element ContentTitle is responsible for ... http://support.sas.com/kb/23/343.html, 18KB |
Usage Note | ||
| 8/28/07 |
24054 - In ODS, how can I add special characters such as GE or LE to my output? You can add special symbols such as ≥ (greater than or equal to) or ≤ (less than or equal to) by using the appropriate fonts that have these symbols. For instance, the GE and LE characters are available in ... http://support.sas.com/kb/24/054.html, 18KB |
Usage Note | ||
| 8/28/07 |
23370 - In ODS HTML output, how can I supply a different font for each title and for each footnote? This has to be done on the TITLE or FOOTNOTE statement. The HTML can be added to the title and footnote directly if using the HTML device, or universally if using the COLOR= and the HEIGHT= attributes. The following ... http://support.sas.com/kb/23/370.html, 17KB |
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 | ||
| 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 | ||
| 4/29/05 |
24275 - How can I add style information or make the argument to the FLYOVER= more dynamic in ODS HTML? The FLYOVER= attribute adds the HTML attribute TITLE= to the HTML source to display the specified text when the user's mouse hovers over the tagged text. The TITLE= attribute does not allow any style information, so ... http://support.sas.com/kb/24/275.html, 18KB |
Usage Note | ||