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 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 26 Mar 2003 04:51:32 -0800
Reply-To:     glenn <glennu@TOTALISE.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         glenn <glennu@TOTALISE.CO.UK>
Organization: http://groups.google.com/
Subject:      HTML tags and ODS
Content-Type: text/plain; charset=ISO-8859-1

Hi

I would like to be able to add html tags onto my ods output. I know you can add tags into the title and footnotes but I need to be able to place the html tags anywhere in my page inbetween proc steps.

I have tried using:

data _null_; file print; put '<pre>html tags were in here</pre>'; run;

However using file print encases the output inside a table. I would like this table removed, or a method to get html tags into ods output.

Any advice would be much appreciated.

Cheers

Glenn


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