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 (October 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: jochen.czemmel@WEB.DE
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]


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