SAS Institute. The Power to Know
Filter Results By:
Type Priority Fixed Release
 
List:    – 10  of  22  > >|   Results per page:
Date Title Type
7/20/04 24064 - In ODS HTML, how can I change the text specified at the top of the table of contents or table of pages?
The title for the contents and page files can be modified in the style-element Text and in the argument associated with the string "content title"; see example 1 below. These titles can also be modified ... http://support.sas.com/kb/24/064.html, 18KB
Usage Note

10/24/03 23434 - In ODS HTML output, how can I generate text like "Page 1 of XXX" in the table of pages?
First pre-process the output, getting the last page created, and store this in a macro variable. This macro variable can then be applied in the style element Pagesitem by using the POSTTEXT= attribute. Below is the ... http://support.sas.com/kb/23/434.html, 17KB
Usage Note

10/24/03 23433 - In ODS HTML output, how can I label the procedure name in the table of pages?
Use the same method as for the table of contents. Issue the ODS PROCLABEL statement before the procedure or DATA step. ods html body='temp.html'; ods proclabel "a new label"; proc print data=sashelp.class; run ... http://support.sas.com/kb/23/433.html, 16KB
Usage Note

10/23/03 23432 - In ODS HTML output, how can I modify the link label "Page #" in the table of pages?
Use the PRETEXT= and POSTTEXT= attributes to add a prefix, a suffix, or both to the label by modifying the style element PagesItem. View output. proc template; define style styles.test; parent=styles.default; ... http://support.sas.com/kb/23/432.html, 17KB
Usage Note

7/11/05 23441 - Can I add a banner page to the frame file in ODS HTML output?
A banner page can be added to the frame by creating an output object from the banner page and using the NEWFILE=PROC option. This option adds the banner page and each subsequent object to the table of contents. Below is ... http://support.sas.com/kb/23/441.html, 17KB
Usage Note

5/6/05 23364 - How can I control the pagination of table output in ODS HTML?
If you want every table to start on a new page, use the NEWFILE=PAGE attribute. See also the full PROC TEMPLATE FAQ and Concepts. http://support.sas.com/kb/23/364.html, 16KB
Usage Note

11/16/07 24066 - In ODS HTML, how can I freeze my table headers while I scroll the page?
This FAQ provides numerous examples, organized into three sections: DATA Step Examples ODS MARKUP Examples Cascading Style Sheet (CSS) Examples tableEditor tagset See also an ODS example with a JavaScript ... http://support.sas.com/kb/24/066.html, 34KB
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

9/27/07 24312 - How can I use the Output Delivery System (ODS) to produce HTML pages that support 508 accessibility requirements?
In SAS 9.1 and later releases, all of the accessibility enhancements have been merged into the ODS HTML tagsets. No additional steps are required. In releases prior to SAS 9, you can use a customized accessibility ... http://support.sas.com/kb/24/312.html, 29KB
Usage Note

9/22/03 23383 - How can I remove the borders from around the table and the cells in ODS HTML output?
Using the FRAME=VOID attribute removes the borders from around the table. Using the RULES=NONE attribute removes the border from between the headers and the data values. To blend perfectly, you might want to use the ... http://support.sas.com/kb/23/383.html, 17KB
Usage Note

List:    – 10  of  22  > >|   Results per page: