In a stored process using a custom style is not to difficult:
ods html5 body=_webout(no_bottom_matter url=&_replay title= "yet another title") path=&_tmpcat cssStyle="path-to-css-file";
This does not work in SAS Studio, research lead me to http://support.sas.com/documentation/cdl/en/webeditorug/68828/HTML/default/viewer.htm#n0npxqhd54fc7zn1fts08c6oe17z.htm explaining how to use a custom style. Unfortunately this does not work as expected. Expectation is, that the result tab contains, e.g. proc print, results formated with the information from my css file. The best result I had was an empty result tab and a well formatted html-file in WORK. Acceptable is a download/open link comparable to result tag in Enterprise Guide, when using explicit ods statements.
Any ideas?
Using SAS Studio 3.6 @ SAS BI Server.
... View more