<?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: Mail body without borderline in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Mail-body-without-borderline/m-p/591057#M169263</link>
    <description>&lt;P&gt;1. You must use&amp;nbsp;&lt;/P&gt;
&lt;PRE class="code"&gt;  style usertext&lt;/PRE&gt;
&lt;P&gt;in proc template. See &lt;A href="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#p14gx25pepks6dn1q9m7vkq3gfoi.htm" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Try using styles&lt;/P&gt;
&lt;PRE&gt;proc report data=TABLE   style(report)=[borderwidth=2pt] ;&lt;/PRE&gt;</description>
    <pubDate>Mon, 23 Sep 2019 22:44:20 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-09-23T22:44:20Z</dc:date>
    <item>
      <title>Mail body without borderline</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Mail-body-without-borderline/m-p/590861#M169168</link>
      <description>&lt;P&gt;I am trying to send a mail to myself with few of the details.&lt;/P&gt;&lt;P&gt;I am using following code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
   define style styles.test;
      parent=styles.htmlblue;
      class systitleandfootercontainer /
            htmlstyle="border:none";
   end;
run;

filename myemail email
to = ( "xxx@xxx.com" )
subject="Daily File Summary"
type="text/html";
ODS html body=myemail 
/*style=noline;*/
/*style = Listing;*/
style=pearl;

ods html text = "Hi All,";
ods html text="";
ods html text = "Please find the summary report for file genrerated today and transfer to S3 location";
ods html text="";
ods html text="";
ods html text="";


PROC REPORT DATA= &amp;amp;export_file._summary
style (report) = {background = white
font_face = "calibri" font_size = 10.5pt just=left }
style (column) = {background = white 
CELLHEIGHT = 2.5%
font_face = "ubuntu" 
font_size = 10pt 
just=left}
style (header) = {foreground = cx5e2750 
font_face="ubuntu"
font_size = 10pt
just=left
background = white} 

;

run;
ods html text = "Have a Great Day.";
ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The mail format below having border line in text but does not have borderline in report.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32670i79D6063473A988F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want my mail body text without borderline &amp;amp; report with Border like it is coming in actual output in sas.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32671iBADFCD7EE3647FD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Whats wrong with my code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 10:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Mail-body-without-borderline/m-p/590861#M169168</guid>
      <dc:creator>Srigyan</dc:creator>
      <dc:date>2019-09-23T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mail body without borderline</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Mail-body-without-borderline/m-p/591057#M169263</link>
      <description>&lt;P&gt;1. You must use&amp;nbsp;&lt;/P&gt;
&lt;PRE class="code"&gt;  style usertext&lt;/PRE&gt;
&lt;P&gt;in proc template. See &lt;A href="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#p14gx25pepks6dn1q9m7vkq3gfoi.htm" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Try using styles&lt;/P&gt;
&lt;PRE&gt;proc report data=TABLE   style(report)=[borderwidth=2pt] ;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Sep 2019 22:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Mail-body-without-borderline/m-p/591057#M169263</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-23T22:44:20Z</dc:date>
    </item>
  </channel>
</rss>

