Usage Note 23393: For ODS HTML output, how can I increase the size of the cells in the table?
Use the CELLWIDTH attribute
within the Table style element. The value specified below refers to pixels.
proc template;
define style styles.test;
parent=styles.default;
style Data from Cell /
cellwidth=100;
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 15:09:02 |
| Date Created: | 2003-08-13 12:16:11 |