Usage Note 23439: How can I modify the frame's spacing in ODS HTML output?
Specify the style attribute FRAMESPACING within the style element Frame:
proc template;
define style styles.test;
parent=styles.default;
style Frame from Document /
Contentposition = T
bodyscrollbar = auto
bodysize = *
contentscrollbar = auto
contentsize = 18%
framespacing = 2
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: | Third Party ==> Output ==> HTML SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2003-10-23 14:15:44 |
| Date Created: | 2003-09-30 11:30:00 |