<?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 HTML TEXT= font change for all text in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260963#M15520</link>
    <description>&lt;P&gt;Try using the code editor to insert your code. &amp;nbsp;The {i} icon or notepad icon at the top of the editor allow you to insert code.&amp;nbsp;The forum will still garble some of it, so check it over though.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2016 20:35:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-04-03T20:35:33Z</dc:date>
    <item>
      <title>ODS HTML TEXT= font change for all text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260959#M15518</link>
      <description>&lt;P&gt;Hi SASers!&lt;/P&gt;&lt;P&gt;I'm not sure if this has been asked or not, I've read a few threads but haven't read what I'm looking for. What I'm looking to do is create an email thats sent out daily with information included within the email, not a table just information. For example I would like to put:&lt;/P&gt;&lt;P&gt;Mail is defined at the top of code as an email with a list of people to send the email and attachment with records. this is just an example but thats what I want. But as it stands I can't figure out how to have both the font options and the information being called in at the same time, only one or the other. I would really appreciate the help on this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where &amp;nbsp;InRec COMMA10 is a number of industry records and Negative COMMA10 is the unmatched records. Both these are called from a previous datastep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA _NULL_;&lt;BR /&gt;SET TEMP.Industry;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;IF _N_ EQ 1 THEN DO;&lt;/P&gt;&lt;P&gt;ODS HTML BODY= mail;&lt;BR /&gt;file mail;&lt;BR /&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ODS HTML TEXT='&amp;lt;div&amp;gt;^S={fontsize=11pt font_weight=bold font_face="Courier New"&lt;BR /&gt;To Team,&lt;BR /&gt;&amp;lt;BR/&amp;gt;&amp;lt;BR/&amp;gt;Industry records have arrived.&lt;BR /&gt;&amp;lt;BR/&amp;gt;&amp;lt;BR/&amp;gt;A Total of :'&amp;nbsp;InRec COMMA10. ' &amp;lt;BR/&amp;gt;records have been reconciled. There are'&amp;nbsp;Negative COMMA8. '&lt;BR /&gt;unmatched records that should be investigated.&amp;nbsp;^S={}&amp;lt;/div&amp;gt;'&lt;/P&gt;&lt;P&gt;ODS HTML CLOSE;&lt;BR /&gt;END;&lt;BR /&gt;ODS LISTING;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Help would be very&amp;nbsp;appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 18:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260959#M15518</guid>
      <dc:creator>XMonsterX</dc:creator>
      <dc:date>2016-04-03T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML TEXT= font change for all text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260960#M15519</link>
      <description>&lt;P&gt;Sorry I'm not sure what happened but the end of the text line that has a ^S={ was supposed to be the ending and be ^S={}&amp;lt;/div&amp;gt;'&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 18:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260960#M15519</guid>
      <dc:creator>XMonsterX</dc:creator>
      <dc:date>2016-04-03T18:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML TEXT= font change for all text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260963#M15520</link>
      <description>&lt;P&gt;Try using the code editor to insert your code. &amp;nbsp;The {i} icon or notepad icon at the top of the editor allow you to insert code.&amp;nbsp;The forum will still garble some of it, so check it over though.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 20:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260963#M15520</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-03T20:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML TEXT= font change for all text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260980#M15521</link>
      <description>You can change the font of all the text by HTML raw code, no need SAS Style ~S={}. Can you change it by HTML code ?</description>
      <pubDate>Mon, 04 Apr 2016 02:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/260980#M15521</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-04-04T02:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML TEXT= font change for all text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/261131#M15523</link>
      <description>Internet Explore is having an issue with lines with brace characters rendering correctly from this forum. What you pasted or typed is there but IE doesn't display correctly.</description>
      <pubDate>Mon, 04 Apr 2016 16:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML-TEXT-font-change-for-all-text/m-p/261131#M15523</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-04T16:56:32Z</dc:date>
    </item>
  </channel>
</rss>

