Usage Note 23564: In ODS HTML output, how can I get rid of the borders around my titles and footnotes?
When using styles.default or another style template that inherits from styles.default, a small border surrounds the titles and footnotes. The border around the titles and footnotes is not very pronounced unless you change the background of the title to be the same color as the body of the page. This is when you see the thin border around the title. The following example code sets this border to zero so it disappears.
proc template;
define style styles.test;
parent=styles.default;
style systitleandfootercontainer from systitleandfootercontainer /
cellspacing=0;
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: | 2004-01-09 11:20:54 |
| Date Created: | 2003-11-04 16:17:27 |