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 (July 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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