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
|