Usage Note 23394: For ODS HTML output, how can I increase the thickness of the borders of my table?
Specify the BORDERWIDTH= attribute within the Table style
element. View output.
proc template;
define style style.border;
parent=styles.default;
style Table from output /
Borderwidth=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 15:11:07 |
| Date Created: | 2003-08-15 14:05:21 |