Date: Tue, 19 Sep 2006 08:10:53 -0700
Reply-To: "Pardee, Roy" <pardee.r@GHC.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Pardee, Roy" <pardee.r@GHC.ORG>
Subject: Can I use my own css file w/ODS HTML?
Content-Type: text/plain; charset="us-ascii"
Hey All,
I have a css stylesheet that I like to use. Is there some way to tell
sas to use my .css file instead of its default?
I thought I was on to something w/this:
ods htmlcss path = "c:\" (URL = NONE)
body = "my_file.html"
stylesheet='c:\my_folder\my_stylesheet.css' ;
But that had the effect of *overwriting* my_stylesheet.css w/the sas
default styles rather than using the existing file. Is there a command
for telling sas to just put a reference in to an existing stylesheet?
Thanks!
-Roy
|