LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 26 Jun 2009 12:55:03 -0700
Reply-To:   jasonm@UCLA.EDU
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   J M <jasonm@UCLA.EDU>
Subject:   Re: ODS PDF-Remove/Modify Blue Box on Hyperlinks
Comments:   To: Ya Huang <ya.huang@AMYLIN.COM>
In-Reply-To:   <200906261910.n5QH6s2F022921@malibu.cc.uga.edu>
Content-Type:   text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed"

Thank you. Do you know how to change the color of the words (eg change "All Divisions" from black to blue)? I tried "color" but that didn't work. Thanks again.

Quoting Ya Huang <ya.huang@AMYLIN.COM>:

> Try linkcolor: > > ods pdf text = "^S={&TOCfmt LINKCOLOR=black URL='#line'}All Divisions"; > > > On Fri, 26 Jun 2009 11:44:27 -0700, J M <jasonm@UCLA.EDU> wrote: > >> The following code creates a hyperlink with a blue box around the > hyperlink: >> %let TOCfmt = %str(JUST=LEFT VJUST=MIDDLE FONT_SIZE=14PT >> CELLHEIGHT=24PT CELLWIDTH=15CM); >> proc print data=sashelp.class(keep=Name where=(Name eq 'Carol')) noobs >> /*turns off the observation count column */ >> style = [rules=none frame=void cellspacing=0] /* turns off the > table grid*/ >> style(header) = [foreground=white background=white] /*invisible >> column heading*/ >> style(data) = [foreground=white background=white]; /* invisible > data cell */ >> run; >> ods pdf text = "^S={&TOCfmt URL='#line'}All Divisions"; >> >> Does anyone know how to remove or modify the blue box that is created >> in the PDF document? >> Thanks, >> Jason >


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