Date: Mon, 1 Oct 2001 11:20:24 -0400
Reply-To: Charles Kincaid <Chuck_Kincaid@TRILOGYUSA.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Charles Kincaid <Chuck_Kincaid@TRILOGYUSA.COM>
Subject: Re: ODS RTF - SAS/GRAPH question
Content-Type: multipart/alternative;
Hello,
You can also put the logo in the title statement.
ods escapechar="^";
title1 '^S={preimage="C:\Demos\StatusReports\mylogo.gif" } Project Status Report';
HTH,
Chuck
>>> "Smith, Curtis, Mr, DCAA" <Curtis.Smith@DCAA.MIL> 10/01/01 10:20AM >>>
Try one of the options in the ODS parameter option.
ODS HTML file="filename" parameters=("Backimage"="file://c:\newlogo.gif");
-----Original Message-----
From: Jochen Czemmel [mailto:jochen.czemmel@WEB.DE]
Sent: Monday, October 01, 2001 6:23 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: ODS RTF - SAS/GRAPH question
Hi all!
I would like to place a logo on top of every page of output I generate
(RTF format) using proc print or data steps. I did not find any ods
statements that allow the specification of a gif, jpeg, ... file for
RTF output. Is there a SAS/GRAPH procedure that displays a gif or
jpeg?
Any ideas?
Thanks in advance
Jochen
[text/html]
|