| Date: | Thu, 29 Jul 2004 11:04:36 +0200 |
| Reply-To: | Jan Selchau-Hansen <jase@TDC.INVALID> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Jan Selchau-Hansen <jase@TDC.INVALID> |
| Organization: | TDC |
| Subject: | LINKCOLOR & VISITEDLINKCOLOR in ODS & Proc Report |
|---|
Hi,
I am creating at report with Proc Report & ODS. (v8.2)
There is a lot of URL-links.
In one single cell I want another LINKCOLOR & VISITEDLINKCOLOR.
Is that possible ?
Here is what I try.
define smiley / display 'Click for graph' format=$1.
display style(column)={background=$bcol.
LINKCOLOR=BLACK
foreground=$fcol.
VISITEDLINKCOLOR=WHITE
LINKCOLOR=WHITE
flyover=$fly.
font_face=Wingdings
font_size=$siz.
font_weight=bold
just=c
htmlstyle="cursor:hand"};
I doesn't work :-(
Jan Selchau-Hansen
|