<?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: Automated Email, Remove Border Around Text and add a blank line after some text. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937434#M45087</link>
    <description>&lt;P&gt;Thanks, how do I edit this or delete it, to remove the company name?&amp;nbsp; It tells me it's final.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 12:54:20 GMT</pubDate>
    <dc:creator>SAJ251</dc:creator>
    <dc:date>2024-07-29T12:54:20Z</dc:date>
    <item>
      <title>Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937279#M45083</link>
      <description>&lt;P&gt;How do I remove borders around text lines and put a blank line between text&amp;amp;nbsp; in an automated ODS email?&lt;BR /&gt;My Code&lt;BR /&gt;OPTIONS EMAILSYS=SMTP&lt;BR /&gt;EMAILHOST="SMTP.Company.com";&lt;BR /&gt;FILENAME MyMail EMAIL TO=("Sally.J@Company.com")&lt;BR /&gt;SUBJECT="Testing Proc Report with colors"&lt;BR /&gt;TYPE="text/html";&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;ODS ESCAPECHAR='^';&lt;BR /&gt;ODS HTML BODY=MYMAil BODY=MyMail&amp;amp;nbsp; STYLE=HTMLBlue;&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} Good Morning:";&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} ";&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} The Directory Tree for &amp;amp;amp;Companies. &amp;amp;amp;Types. HAS STARTED running.";&lt;BR /&gt;TITLE; /*Clear TITLE*/&lt;BR /&gt;FOOTNOTE; /*Clear Footnote*/&lt;BR /&gt;%Report_Summary_Email(Notes)&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} Any questions, please reach out to Joseph.F@e.com or Sally.J@e.com.";&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} ";&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} Thanks,";&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} ";&lt;BR /&gt;ODS TEXT="^S={FONT_SIZE=12PT} Sally";&lt;BR /&gt;ODS HTML CLOSE;&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;I want a blank line after Good Morning and Thanks.&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;Thank you!&lt;BR /&gt;&amp;amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 03:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937279#M45083</guid>
      <dc:creator>SAJ251</dc:creator>
      <dc:date>2024-07-30T03:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937409#M45085</link>
      <description>&lt;P&gt;The company name is still visible.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 11:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937409#M45085</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-07-29T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937421#M45086</link>
      <description>&lt;P&gt;If you want to force a line break in HTML, try adding &amp;lt;BR&amp;gt; tags in the text.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 10:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937421#M45086</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-07-29T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937434#M45087</link>
      <description>&lt;P&gt;Thanks, how do I edit this or delete it, to remove the company name?&amp;nbsp; It tells me it's final.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 12:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937434#M45087</guid>
      <dc:creator>SAJ251</dc:creator>
      <dc:date>2024-07-29T12:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937537#M45090</link>
      <description>I anonymised your email addresses.</description>
      <pubDate>Mon, 29 Jul 2024 21:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937537#M45090</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-07-29T21:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937539#M45091</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 21:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937539#M45091</guid>
      <dc:creator>SAJ251</dc:creator>
      <dc:date>2024-07-29T21:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Email, Remove Border Around Text and add a blank line after some text.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937540#M45092</link>
      <description>Thank you!</description>
      <pubDate>Mon, 29 Jul 2024 21:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Automated-Email-Remove-Border-Around-Text-and-add-a-blank-line/m-p/937540#M45092</guid>
      <dc:creator>SAJ251</dc:creator>
      <dc:date>2024-07-29T21:57:03Z</dc:date>
    </item>
  </channel>
</rss>

