<?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 Left and Right aling title on same line in RTF output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180639#M12666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want two different title in same line. one is left align and one is right align for ODS RTF output.&lt;/P&gt;&lt;P&gt;Can any one help me to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried &lt;SPAN style="font-family: 'courier new', courier; background-color: #ffffff;"&gt;&lt;STRONG&gt; options(print_header&lt;/STRONG&gt;&lt;/SPAN&gt;) and also like&lt;/P&gt;&lt;P&gt;title j=left "Left align" j=right "Right align";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 07:15:37 GMT</pubDate>
    <dc:creator>SanjayAhir</dc:creator>
    <dc:date>2014-07-16T07:15:37Z</dc:date>
    <item>
      <title>Left and Right aling title on same line in RTF output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180639#M12666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want two different title in same line. one is left align and one is right align for ODS RTF output.&lt;/P&gt;&lt;P&gt;Can any one help me to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried &lt;SPAN style="font-family: 'courier new', courier; background-color: #ffffff;"&gt;&lt;STRONG&gt; options(print_header&lt;/STRONG&gt;&lt;/SPAN&gt;) and also like&lt;/P&gt;&lt;P&gt;title j=left "Left align" j=right "Right align";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180639#M12666</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2014-07-16T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Left and Right aling title on same line in RTF output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180640#M12667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have should work -&lt;/P&gt;&lt;P&gt;title1 j=l "Left" j=r "Right";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180640#M12667</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-07-16T09:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Left and Right aling title on same line in RTF output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180641#M12668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you answer.&lt;/P&gt;&lt;P&gt;I have tried this one but it is showing correct result in HTML not in RTF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180641#M12668</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2014-07-16T09:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Left and Right aling title on same line in RTF output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180642#M12669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you run the below code, the output does not not look like the attached output?&lt;/P&gt;&lt;P&gt;ods noresults;&lt;/P&gt;&lt;P&gt;ods rtf file="s:temp\rob\test.rtf" style=statistical;&lt;/P&gt;&lt;P&gt;title1 j=l "Left" j=r "Right";&lt;/P&gt;&lt;P&gt;proc report data=sashelp.cars nowd;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column make;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180642#M12669</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-07-16T09:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Left and Right aling title on same line in RTF output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180643#M12670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 10:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Left-and-Right-aling-title-on-same-line-in-RTF-output/m-p/180643#M12670</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2014-07-16T10:08:39Z</dc:date>
    </item>
  </channel>
</rss>

