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 (March 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 18 Mar 2010 15:57:18 -0400
Reply-To:     Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:      Re: Incorporating images in output

Only from mind (it's some days away...): I included SAS gif's without any problems in HTML pages. If you insert a SAS graph proc in your sequence, which generates a GIF graphic, SAS ODS generates the link automaticly.

Ok, that is not what you need, but it should be no big deal to generate that HTML links to any JPGs or anything else. I'm not familar with HTML, but simply have a look at a page with a picture and check the source.

If you have a link to a graph, simply try to

data _null_; put "the link...."; run;

where you want it.

If that is successful (have a look to the sourec first, then display it in your browser), you can create that "the link ...."; dynamicly from your data.

If you look at a www page, be aware that the graph links are http:// adresses, which might be different for your purposes, or do the person pictures come from web?

Gerhard

On Thu, 18 Mar 2010 11:07:53 -0700, xiaobin <xiaobin@GMAIL.COM> wrote:

>Hello, > >I have a list of observations each which has an image (e.g., the >picture of the person). I have a variable in the sasdata that saves >the hyperlink to the picture. Is there a good way to select the person >based on their information and printout the ones selected along with >their pictures? I am not very familiar with inserting images in ods. >Any recommendation on the right direction to go would be appreciated. >Thanks.


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