Usage Note 23376: In ODS HTML output, how can I change the foreground color of my titles from blue to another color?
Change the foreground of the title in the color_list by altering the argument associated with the string "fgA" or by modifying the style element SystemTitle directly.
View output.
proc template;
define style Style.colors;
parent=styles.default;
style Body from Document /
background=black;
style Data from Cell /
background=cx8e2323;
style Header from HeadersAndFooters /
background=cxcd7f32;
style Table from Output /
background=black
bordercolor=cxb5a642;
style SystemTitle from TitlesAndFooters /
/* change this to YELLOW */
foreground=cxb5a642;
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 10:42:11 |
| Date Created: | 2003-08-11 14:30:43 |