<?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: underline and title statement in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9186#M2934</link>
    <description>Hi:&lt;BR /&gt;
  The font_weight of the title is automatically bold, so what you have to do is turn off the bolding (via a style override) for the words you DON'T want bolded. This is using ODS ESCAPECHAR to provide a style override for the piece of the string where you want to turn bolding off.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/099-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/099-2007.pdf&lt;/A&gt; (paper about ODS ESCAPECHAR in SAS 9.1 with a preview of ESCAPECHAR in 9.2)&lt;BR /&gt;
&lt;A href="http://www.nesug.org/proceedings/nesug08/np/np10.pdf" target="_blank"&gt;http://www.nesug.org/proceedings/nesug08/np/np10.pdf&lt;/A&gt; (more about Escapechar in 9.2)&lt;BR /&gt;
&lt;BR /&gt;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
%let def = xxxxxxxx;&lt;BR /&gt;
%let recent = 99999;&lt;BR /&gt;
             &lt;BR /&gt;
ods html file='c:\temp\testunder.html' style=sasweb;&lt;BR /&gt;
                            &lt;BR /&gt;
ods escapechar='^';&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
TITLE5 italic j=left colour=black height=9pt "Definition: ^S={font_weight=medium} &amp;amp;def" &lt;BR /&gt;
              j=center " Most Recent Observation: ^S={font_weight=medium}&amp;amp;recent"&lt;BR /&gt;
              j=right "Date/Time: ^S={font_weight=medium}&amp;amp;sysdate / &amp;amp;systime";&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Mon, 23 Mar 2009 12:42:48 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-03-23T12:42:48Z</dc:date>
    <item>
      <title>underline and title statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9185#M2933</link>
      <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I currently have the following code:&lt;BR /&gt;
&lt;BR /&gt;
TITLE5 italic j=left underlin=1 colour=black height=9pt  "Definition: &amp;amp;def" j=center "Most Recent Observation: &amp;amp;recent"&lt;BR /&gt;
j=right "Date/Time: &amp;amp;sysdate / &amp;amp;systime";&lt;BR /&gt;
&lt;BR /&gt;
What I would like to do is have the word "Definition" either underlined or bolded and then the actual definition (&amp;amp;def) not underlined or bolded.  Is there a way to do this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Christy</description>
      <pubDate>Mon, 23 Mar 2009 05:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9185#M2933</guid>
      <dc:creator>christyh</dc:creator>
      <dc:date>2009-03-23T05:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: underline and title statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9186#M2934</link>
      <description>Hi:&lt;BR /&gt;
  The font_weight of the title is automatically bold, so what you have to do is turn off the bolding (via a style override) for the words you DON'T want bolded. This is using ODS ESCAPECHAR to provide a style override for the piece of the string where you want to turn bolding off.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/099-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/099-2007.pdf&lt;/A&gt; (paper about ODS ESCAPECHAR in SAS 9.1 with a preview of ESCAPECHAR in 9.2)&lt;BR /&gt;
&lt;A href="http://www.nesug.org/proceedings/nesug08/np/np10.pdf" target="_blank"&gt;http://www.nesug.org/proceedings/nesug08/np/np10.pdf&lt;/A&gt; (more about Escapechar in 9.2)&lt;BR /&gt;
&lt;BR /&gt;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
%let def = xxxxxxxx;&lt;BR /&gt;
%let recent = 99999;&lt;BR /&gt;
             &lt;BR /&gt;
ods html file='c:\temp\testunder.html' style=sasweb;&lt;BR /&gt;
                            &lt;BR /&gt;
ods escapechar='^';&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
TITLE5 italic j=left colour=black height=9pt "Definition: ^S={font_weight=medium} &amp;amp;def" &lt;BR /&gt;
              j=center " Most Recent Observation: ^S={font_weight=medium}&amp;amp;recent"&lt;BR /&gt;
              j=right "Date/Time: ^S={font_weight=medium}&amp;amp;sysdate / &amp;amp;systime";&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 23 Mar 2009 12:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9186#M2934</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-03-23T12:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: underline and title statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9187#M2935</link>
      <description>Thanks Cynthia!  This is exactly what I was trying to do.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Christy</description>
      <pubDate>Mon, 23 Mar 2009 23:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/underline-and-title-statement/m-p/9187#M2935</guid>
      <dc:creator>christyh</dc:creator>
      <dc:date>2009-03-23T23:39:06Z</dc:date>
    </item>
  </channel>
</rss>

