SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Producing HTML Output
Changing the Appearance of HTML Output
 



Question: Add an option to apply the Brown style to the HTML output.
     ods listing close;
     ods html body='d:\reports\patient\data\fees.html'
              (url='fees.html')
             
     proc print data=clinic.therapy;
     run; 
     ods html close;
     ods listing;

           

 

back||next


 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement