<?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 How to create an underline below the spanning header text in rtf? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919028#M361993</link>
    <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;Dear All,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;Greetings!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;I would like to know how to create a line below spanning header in rtf. I have tried &lt;A href="https://communities.sas.com/t5/SAS-Programming/REPORT-ODS-RTF-and-PDF-lines-and-underlines-in-the-header/m-p/788632#M252187" target="_self"&gt;this&lt;/A&gt; solution by&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;A class="trigger-hovercard" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt;&amp;nbsp;but that is creating a box which is not required.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class="sas-author-username"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sas-author-username"&gt;&lt;FONT face="times new roman,times" size="4"&gt;Thanks in advance.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sas-author-username"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sas-author-username"&gt;&lt;FONT face="times new roman,times" size="4"&gt;- Dr. Abhijeet Safai&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Mar 2024 05:03:59 GMT</pubDate>
    <dc:creator>DrAbhijeetSafai</dc:creator>
    <dc:date>2024-03-06T05:03:59Z</dc:date>
    <item>
      <title>How to create an underline below the spanning header text in rtf?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919028#M361993</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;Dear All,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;Greetings!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;I would like to know how to create a line below spanning header in rtf. I have tried &lt;A href="https://communities.sas.com/t5/SAS-Programming/REPORT-ODS-RTF-and-PDF-lines-and-underlines-in-the-header/m-p/788632#M252187" target="_self"&gt;this&lt;/A&gt; solution by&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;A class="trigger-hovercard" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt;&amp;nbsp;but that is creating a box which is not required.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class="sas-author-username"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sas-author-username"&gt;&lt;FONT face="times new roman,times" size="4"&gt;Thanks in advance.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="sas-author-username"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sas-author-username"&gt;&lt;FONT face="times new roman,times" size="4"&gt;- Dr. Abhijeet Safai&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Mar 2024 05:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919028#M361993</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-06T05:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an underline below the spanning header text in rtf?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919030#M361994</link>
      <description>&lt;P&gt;Here is another way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='c:\temp\temp.rtf' style=journal bodytitle;
proc report data=sashelp.class nowd style={outputwidth=80%};
column name age ("(*ESC*)R'\brdrb\brdrs\brdrw15'Span Header" weight height) ;
define name/display ;
define age/display;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1709702108371.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94403iF5D42362B1DF471F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1709702108371.png" alt="Ksharp_0-1709702108371.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 05:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919030#M361994</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-03-06T05:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an underline below the spanning header text in rtf?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919032#M361995</link>
      <description>&lt;P&gt;Of course. My original code is also worked.&lt;/P&gt;
&lt;P&gt;If that doesn't work, post your code and data .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='c:\temp\temp.rtf' style=journal bodytitle;
proc report data=sashelp.class nowd style={outputwidth=80%};
column name age ('(*ESC*)S={borderbottomwidth=2 borderbottomcolor=black}Span Header' weight height) ;
define name/display ;
define age/display;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1709702332203.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94404iFB334B23F2EA95F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1709702332203.png" alt="Ksharp_0-1709702332203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 05:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919032#M361995</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-03-06T05:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an underline below the spanning header text in rtf?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919033#M361996</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;, Thank you very much! Yes, this other one worked very well. Many thanks once again!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 05:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-an-underline-below-the-spanning-header-text-in-rtf/m-p/919033#M361996</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-06T05:25:05Z</dc:date>
    </item>
  </channel>
</rss>

