I have a stored process that is viewd on an EBI web server and it uses the default PLATEAU style , like this below:
<head> <meta name="Generator" content="SAS Software Version 9.4, see www.sas.com"> <meta http-equiv="Content-type" content="text/html"> <title>SAS Output</title> <style type="text/css"> <!-- .aftercaption { background-color: #FAFBFE; border-spacing: 0px; color: #112277; font-family: Arial, 'Albany AMT', Helvetica, Helv; font-size: x-small; font-style: normal; font-weight: bold; padding-top: 4pt; } .batch { background-color: #FAFBFE; border: 1px solid #C1C1C1; border-collapse: separate; border-spacing: 1px; color: #000000; font-family: 'SAS Monospace', 'Courier New', Courier, monospace; font-size: x-small; font-style: normal; font-weight: normal; padding: 7px; }
what i want is to get it to use a style sheet , based on thie style but when I modified the colors how do i point the stored process at this css:
I was hoping
%LET _odsstylesheet=http://bidev01.usask.ca/style/USASK_ODS.css;
would do it but it doesnt seem to , any suggestions? USASK_ODS.css is basically the plateau style just with custome colors
Thats worked great! thanks Cynthia
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.