<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ODS Proc Template style elements in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Template-style-elements/m-p/3439#M1477</link>
    <description>Hi:&lt;BR /&gt;
  One place to start is in the documentation. If you go to:&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
SAS(R) 9.1 Output Delivery System User's Guide --&amp;gt;&lt;BR /&gt;
HTML, Printer Family, and Markup Languages Style Elements and Their Inheritances&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
you will find the "official" documentation for inheritance. Generally speaking, however, there are a couple of quicker ways to track down the style elements that you might need to change. Once you know the element you need to change, then you can go to the doc to find its inheritance chain.&lt;BR /&gt;
 &lt;BR /&gt;
The alternative methods are described in this Forum posting:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=4032࿀" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=4032࿀&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
One method involves the use of creating an HTML file and then looking for the CLASS= attribute in the HTML source (that is your link to the "lowest level" Style element that controls the style). Or the other method is to use a diagnostic tagset, like style_popup to find the style elements.&lt;BR /&gt;
 &lt;BR /&gt;
Another good resource is the R&amp;amp;D and Tech Support FAQ on Proc Template FAQ site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/templateFAQ/Template.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/templateFAQ/Template.html&lt;/A&gt; (start here and then look for the specific PROC TEMPLATE or STYLE template links)&lt;BR /&gt;
 &lt;BR /&gt;
Good luck,&lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 15 Jun 2007 15:02:18 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-06-15T15:02:18Z</dc:date>
    <item>
      <title>ODS Proc Template style elements</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Template-style-elements/m-p/3438#M1476</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I would like to know which style element effects what part of the ODS output.&lt;BR /&gt;
&lt;BR /&gt;
e.g.&lt;BR /&gt;
PROC TEMPLATE;&lt;BR /&gt;
  DEFINE style styles.mystyle /store = libname.templat;&lt;BR /&gt;
  parent = styles.default;&lt;BR /&gt;
  &lt;BR /&gt;
  STYLE body from document /&lt;BR /&gt;
    backgroundimage = 'c:\myimage.jpg';&lt;BR /&gt;
&lt;BR /&gt;
  STYLE systemtitle from titlesandfooters /&lt;BR /&gt;
    font = fonts('TitleFont2')                                                      &lt;BR /&gt;
    foreground = color_list('Color3')&lt;BR /&gt;
    just = center&lt;BR /&gt;
    vjust = top;&lt;BR /&gt;
&lt;BR /&gt;
END;</description>
      <pubDate>Fri, 15 Jun 2007 12:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Template-style-elements/m-p/3438#M1476</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-15T12:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Template style elements</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Template-style-elements/m-p/3439#M1477</link>
      <description>Hi:&lt;BR /&gt;
  One place to start is in the documentation. If you go to:&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
SAS(R) 9.1 Output Delivery System User's Guide --&amp;gt;&lt;BR /&gt;
HTML, Printer Family, and Markup Languages Style Elements and Their Inheritances&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
you will find the "official" documentation for inheritance. Generally speaking, however, there are a couple of quicker ways to track down the style elements that you might need to change. Once you know the element you need to change, then you can go to the doc to find its inheritance chain.&lt;BR /&gt;
 &lt;BR /&gt;
The alternative methods are described in this Forum posting:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=4032࿀" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=4032࿀&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
One method involves the use of creating an HTML file and then looking for the CLASS= attribute in the HTML source (that is your link to the "lowest level" Style element that controls the style). Or the other method is to use a diagnostic tagset, like style_popup to find the style elements.&lt;BR /&gt;
 &lt;BR /&gt;
Another good resource is the R&amp;amp;D and Tech Support FAQ on Proc Template FAQ site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/templateFAQ/Template.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/templateFAQ/Template.html&lt;/A&gt; (start here and then look for the specific PROC TEMPLATE or STYLE template links)&lt;BR /&gt;
 &lt;BR /&gt;
Good luck,&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 15 Jun 2007 15:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Template-style-elements/m-p/3439#M1477</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-06-15T15:02:18Z</dc:date>
    </item>
  </channel>
</rss>

