Usage Note 23635: Is there a way to add a scrolling banner on the ODS HTML page?
One way to add a scrolling banner is to use the <MARQUEE> tag, which creates a scrolling text marquee in Internet Explorer.
The example below adds the tag in
the PREHTML attribute.
This can also be added to the TITLE statement.
proc template;
define style styles.test;
parent=styles.default;
style body from output /
background=cxe0e0e0
prehtml='<marquee id="scroller" direction=scroller"
width=1000 height=10>This is the scroller</marquee>';
end;
run;
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | Base SAS | All | n/a | |
*
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: | Third Party ==> Output ==> HTML Query and Reporting ==> Creating Reports ==> Graphical SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2004-01-12 17:09:52 |
| Date Created: | 2004-01-06 12:19:46 |