Usage Note 23371: In ODS HTML output, how can I increase the thickness of the spacing between the cells?
Specify the CELLSPACING= attribute
within the style element Table. The spaces between the cells are not physical lines,
rather the true background color of the table. Therefore, if the background color of the cells is
the same as the background color of the table, the space between the cells will not show.
View output.
proc template;
define style styles.test;
parent=styles.default;
style Table from Output /
cellspacing=7;
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-09-22 11:01:54 |
| Date Created: | 2003-08-11 11:28:58 |