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 (September 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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