<?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 Borders around footer but not titles in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Borders-around-footer-but-not-titles/m-p/792#M372</link>
    <description>Hi,&lt;BR /&gt;
   I'm outputting to RTF using ODS (in SAS 9.1.3).&lt;BR /&gt;
In PROC TEMPLATE, I can add borders to both headers AND footers by modifying "SysTitleAndFooterContainer from Container".&lt;BR /&gt;
&lt;BR /&gt;
However, how do I place a border on the FOOTER ONLY?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
    <pubDate>Mon, 05 Jun 2006 10:51:22 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-06-05T10:51:22Z</dc:date>
    <item>
      <title>Borders around footer but not titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Borders-around-footer-but-not-titles/m-p/792#M372</link>
      <description>Hi,&lt;BR /&gt;
   I'm outputting to RTF using ODS (in SAS 9.1.3).&lt;BR /&gt;
In PROC TEMPLATE, I can add borders to both headers AND footers by modifying "SysTitleAndFooterContainer from Container".&lt;BR /&gt;
&lt;BR /&gt;
However, how do I place a border on the FOOTER ONLY?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 05 Jun 2006 10:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Borders-around-footer-but-not-titles/m-p/792#M372</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-05T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Borders around footer but not titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Borders-around-footer-but-not-titles/m-p/793#M373</link>
      <description>I believe the code is acting poorly. &lt;BR /&gt;
&lt;BR /&gt;
It considers all the titles as rows in a single table and all the footnotes as rows in a single table. The Rules and Frame apply to the whole table and not separate rows. The table attributes are being applied with the generic titles and footers style while the separate rows use the specific styles associated with them.&lt;BR /&gt;
&lt;BR /&gt;
You may want to contact SAS Technical Support at :&lt;BR /&gt;
support@sas.com &lt;BR /&gt;
or on the web at :&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/contact/submit_emits2.html" target="_blank"&gt;http://support.sas.com/techsup/contact/submit_emits2.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you only have one title, you could get some relief with the following code.&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define style test;&lt;BR /&gt;
   parent=styles.rtf;&lt;BR /&gt;
   Style SYSTitleAndFOOTERContainer from SYSTitleAndFOOTERContainer  /&lt;BR /&gt;
      rules=rows BorderWidth=5pt bordercolor=red borderstyle=double &lt;BR /&gt;
      ;  &lt;BR /&gt;
   ;&lt;BR /&gt;
   end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods rtf   file="test.rtf" style=test ;&lt;BR /&gt;
&lt;BR /&gt;
Title    "Test Title" ; &lt;BR /&gt;
Footnote1 " " ;  &lt;BR /&gt;
Footnote2 "Test Footnote" ; &lt;BR /&gt;
Footnote3 " " ;&lt;BR /&gt;
&lt;BR /&gt;
proc print data=sashelp.class (obs=1) ; run;&lt;BR /&gt;
&lt;BR /&gt;
ods _all_ close ;</description>
      <pubDate>Mon, 05 Jun 2006 19:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Borders-around-footer-but-not-titles/m-p/793#M373</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-05T19:58:18Z</dc:date>
    </item>
  </channel>
</rss>

