LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2011, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 26 Sep 2011 12:39:14 -0500
Reply-To:     mpajoh@ODOT.ORG
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Masoud Pajoh <mpajoh@ODOT.ORG>
Subject:      Re: part of a title background
Comments: To: Randy Herbison <RandyHerbison@WESTAT.COM>
In-Reply-To:  <C1246EF8D535D34585339484388917900B001575@EX10MAIL2.westat.com>
Content-Type: text/plain; charset="US-ASCII"

I tried: title1 height=2.5 "Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in ^S={foreground=white backgroundcolor=purple}purple^S={foreground=black backgroundcolor=white}." ; it results in: Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in purple. All in black.

and : title1 height=2.5 "Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in ^{style [color=white backgroundcolor=purple] purple}." ; results in: Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in {style [color=white backgroundcolor=purple] purple}. All in black.

What am I missing? Thanks,

Masoud

Randy Herbison <RandyHerbison@WESTAT.COM> Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> 09/26/2011 10:40 AM Please respond to Randy Herbison <RandyHerbison@WESTAT.COM>

To SAS-L@LISTSERV.UGA.EDU cc

Subject Re: part of a title background

title1 height=2.5 "Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in ^{style [color=white backgroundcolor=purple] purple}." ;

title2 height=2.5 "Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in ^S={foreground=white backgroundcolor=purple}purple^S={foreground=black backgroundcolor=white}." ;

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Masoud Pajoh Sent: Monday, September 26, 2011 10:56 AM To: SAS-L@LISTSERV.UGA.EDU Subject: part of a title background

All: I am using proc report and ODS to create a report. The following makes the word "purple" in the tile purple color.

title6 height=2.5 "Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in ^S={foreground=purple} purple^S={foreground=black}." ;

But, is there a way to make the word "purple" to be in whit with its background being purple color? I tried this, but it does not work:

title6 height=2.5 "Items with Historical Unit Price more than 5 or less than 0.5 times estimate are highlighted in ^S={foreground=white background=purple} purple^S={foreground=black}." ;

I use sas 9.1.3 SP4 on XP.

Thanks: Masoud


Back to: Top of message | Previous page | Main SAS-L page