Usage Note 23436: In ODS HTML output, can I move the table of contents to a different part of the frame?
To reposition the table of contents in the frame, specify the
CONTENTPOSITION= attribute within the style element Frame. The
values are T, B, L, R (top, bottom, left, or right).
View output.
proc template;
define style styles.test;
parent=styles.default;
style Frame from Document /
contentposition = R
bodyscrollbar = auto
bodysize = *
contentscrollbar = auto
contentsize = 23%
framespacing = 1
frameborderwidth = 4
frameborder = on;
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: | 2007-10-03 14:23:18 |
| Date Created: | 2003-09-30 11:09:01 |