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 13:29:28 -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:  <C1246EF8D535D34585339484388917900B001666@EX10MAIL2.westat.com>
Content-Type: text/plain; charset="US-ASCII"

In my version the results are the same with the minimal template.

Thanks,

Masoud

Randy Herbison <RandyHerbison@westat.com> 09/26/2011 01:23 PM

To "mpajoh@ODOT.ORG" <mpajoh@ODOT.ORG>, "SAS-L@LISTSERV.UGA.EDU" <SAS-L@LISTSERV.UGA.EDU> cc

Subject RE: part of a title background

The 2nd one uses the newer inline formatting syntax that may not have been available in 9.1.3.

Both work in 9.3. I don't have 9.1.3 to test.

I thought inline formatting overrode style templates, but you might want to try another style template (like minimal if it was available in 9.1.3).

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

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