Usage Note 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;
style PagesItem from IndexItem /
Posttext=" of the budget";
end;
run;
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> ODS (Output Delivery System) Third Party ==> Output ==> HTML
|
| Date Modified: | 2003-10-23 13:53:27 |
| Date Created: | 2003-09-30 10:56:27 |