Usage Note 23380: How can I left or right justify the table in the browser for ODS HTML output?
The table can be left- or right-justified by using the ALIGN= attribute within the TAGATTR= template attribute. This allows you to specify text to insert within the table tag.
proc template;
define style styles.test;
parent=styles.default;
style table from table /
tagattr='align="left"';
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-09-22 10:37:14 |
| Date Created: | 2003-08-12 13:32:40 |