ods path work.templat(update) sashelp.tmplmst(read) ;
/* Documentation on this process can be found at:- */
/* [URL unfurl="true"]http://support.sas.com/rnd/base/topics/templateFAQ/ODS91.pdf#pagemode=bookmarks[/URL] */
proc template;
define style styles.pshtml;
parent=styles.default;
style SystemTitle from SystemTitle /
font_face = "Arial, Helvetica, Sans Serif"
font_size = 4
font_weight = bold
font_style = roman
foreground = #000000
background = #FFFFFF;
style SystemFooter from SystemFooter /
font_face = "Arial, Helvetica, Sans Serif"
font_size = 3
font_weight = bold
font_style = italic
foreground = #000000
background = #FFFFFF;
style SysTitleAndFooterContainer from SysTitleAndFooterContainer /
font_face = "Arial, Helvetica, Sans Serif"
font_size = 3
font_weight = bold
font_style = italic
foreground = #FFFFFF
background = #FFFFFF
borderwidth = 0
;
style Body from Body /
font = ("Arial, Helvetica, Sans Serif")
font_size = 2
font_weight = medium
font_style = roman
foreground = #000000
background = #FFFFFF
leftmargin = 8px
rightmargin = 8px;
style RowHeader from RowHeader/
font = ("Arial, Helvetica, Sans Serif")
font_size = 2
font_weight = bold
font_style = roman
foreground = #000000
background = #99CCFF;
style Header from Header /
font = ("Arial, Helvetica, Sans Serif")
font_size = 2
font_weight = bold
font_style = roman
foreground = #000000
background = #99CCFF;
style Data from Data /
font = ("Arial, Helvetica, Sans Serif")
font_size = 2
font_weight = medium
font_style = roman
foreground = #000000
background = #FFFFFF
bordercolor = #000000
borderwidth = 1px;
style dataemphasis from dataemphasis /
borderwidth = 3px
bordercolor = #000000
background = #99CCFF
foreground = #000000
font_style = Roman
font_weight = BOLD
font_size = 2
font = ("Arial, Helvetica, Sans Serif");
style Table from Table /
font = ("Arial, Helvetica, Sans Serif")
font_size = 2
font_weight = medium
font_style = roman
foreground = #000000
background = #000000
borderwidth = 2px
bordercolor = #000000
cellspacing = 1px
;
end;
edit Styles.pshtml as Styles.pshtml2;
style body from body / backgroundimage='P:\Sales and Marketing\Marketing Library\Logos, photos and clipart\logos 2004\PSlogo_SASPDF.gif';
end;
run;