Usage Note 23329: How can I left- or right-justify my titles or footnotes?
To left- or right-justify titles or footnotes, the JUSTIFY=L option can be specified in Release 8.1 and beyond. This is an option on the TITLE statement.
title justify=L "this is a test";
Prior to 8.1, you can specify an in-line style to left-justify the titles. The below code left-justifies the title and changes the color to red.
title '<p style="text-align:left;color:red">this is a test</p>';
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 11:30:45 |
| Date Created: | 2003-08-07 15:31:33 |