Usage Note 23440: How can I remove the borders from the frame file in ODS HTML output?
Specify the FRAMEBORDER= attribute within the style element Frame in order to turn the borders ON or OFF.
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 = off;
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 14:17:27 |
| Date Created: | 2003-09-30 11:32:05 |