| Date | Title | Type | ||
|---|---|---|---|---|
| 10/4/07 |
23490 - In ODS output, how do I remove the window title "SAS OUTPUT" from the browser when no window title is supplied? This example shows how to use ODS MARKUP to remove the browser title from the browser window if a value is not passed from the TITLE= HTML sub-option. The !EXIST condition determines whether the event variable VALUE ... http://support.sas.com/kb/23/490.html, 17KB |
Usage Note | ||
| 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 | ||
| 12/8/04 |
23328 - How can I add a hyperlink to the title of ODS HTML output? Adding a hyperlink in the title can be done several ways. One way is to add the hyperlink in the TITLE statement. This is shown in example 1. The benefit of this method is that you can specify a different hyperlink for ... http://support.sas.com/kb/23/328.html, 17KB |
Usage Note | ||
| 1/9/04 |
23566 - In ODS HTML output, why is my title or footnote going to multiple lines? A bug in SAS 8.2 causes titles and footnotes to insert the <BR> HTML tag, which creates a line break. This happens when titles or footnotes are longer than 108 characters, including HTML tags and text. If there ... http://support.sas.com/kb/23/566.html, 19KB |
Usage Note | ||
| 1/9/04 |
23565 - In ODS HTML, how can I simulate the MOVE= title option from SAS/GRAPH software? The MOVE= title option from SAS/GRAPH software is not valid with with ODS titles. You do not get an error, but the option is simply ignored. To simulate the MOVE= title option, use the CSS style property Position to ... http://support.sas.com/kb/23/565.html, 17KB |
Usage Note | ||
| 1/9/04 |
23644 - In ODS HTML output, how can I change the title of the browser window? You can change the name of the browser window by using the TITLE= sub-option in ODS. You can do this for the body, contents, and frame. ods html body='body.html'(title="body window") contents='contents.html'( ... http://support.sas.com/kb/23/644.html, 17KB |
Usage Note | ||
| 1/9/04 |
23564 - In ODS HTML output, how can I get rid of the borders around my titles and footnotes? When using styles.default or another style template that inherits from styles.default, a small border surrounds the titles and footnotes. The border around the titles and footnotes is not very pronounced unless you ... http://support.sas.com/kb/23/564.html, 17KB |
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 |
23329 - How can I left- or right-justify my titles or footnotes? To left- or right-justify titles or footnotes, the JUSTIFY=L option can be specified in Release 8.1 and beyond. This is an option on the TITLE statement. title justify=L "this is a test"; Prior to 8.1, you can ... http://support.sas.com/kb/23/329.html, 17KB |
Usage Note | ||
| 10/3/07 |
23338 - How can I remove the procedure title from my ODS output? The procedure title ("The Means Procedure") can be removed beginning in Release 8.1 by using the ODS NOPROCTITLE statement. This is supported in all destinations including the listing. Prior to Release 8.1, ... http://support.sas.com/kb/23/338.html, 17KB |
Usage Note | ||