<?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 i can change borders in table in email with html in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436602#M20380</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I trying to customize my table, but can change border in email. I just need some border like first screenshot.&lt;/P&gt;&lt;PRE&gt;options emailsys=smtp;
options emailport=25;
options emailauthprotocol=none;

filename temp email /*финальная*/
          to=(ASD@somemail.com)
        type='text/html'
        subject='Отчет Предпочтения новых игроков на сайте'
        ;

options orientation=landscape; 
ods html body=temp  style=noline;
ods html text = "Good Morning,";

ods html text = "";

proc print data=work.report_first_game_2 label noobs style(report)={posttext="Рассматриваются не уникальные игроки." };
 title1 'Предпочтения новых игроков сайта';
format date nldate20.
		game_rl
		game_6_45 nlnum10.;
	label date="Дата" 
		game_12_24="12/24" 
		game_4_20="4х20" 
		game_5_36="5x36" 
		game_6_36="6x36" 
		game_6_45="6x45" 
		game_matchbol="МатчБол" 
		game_7_49="7x49" 
		game_bonus="БИ" 
		game_duel="Дуэль" 
		game_keno="Кено" 
		game_prikup="Прикуп" 
		game_rapido="Рапидо" 
		game_rl="РЛ" 
		game_top_3="Топ-3" 
		game_zl="ЖЛ" 
		game_zp="ЗП" 
		total="Всего";
var		date / style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center background=#dbdbdb borderwidth=2pt bordercolor=black] style(head)=[borderwidth=3pt bordercolor=black height=40pt width=60pt TEXTALIGN=CENTER background=#dbdbdb VERTICALALIGN=center ];
var  	game_4_20
		game_5_36 
		game_6_45 
		game_matchbol
		game_7_49 /style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center  ] style(head)=[ TEXTALIGN=CENTER background=#ffe4c4 VERTICALALIGN=center width=40pt];
var 	game_rl
		game_zl
		game_6_36 
		game_zp / style(head)=[width=40pt TEXTALIGN=CENTER background=#98c793 VERTICALALIGN=center] style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center ];
var		game_duel
		game_keno 
		game_prikup / style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center  ] style(head)=[ width=42pt TEXTALIGN=CENTER background=#afdafc VERTICALALIGN=center];
var		game_rapido / style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center  ] style(head)=[ width=44pt TEXTALIGN=CENTER background=#afdafc VERTICALALIGN=center];
var		game_top_3 
		game_12_24 /style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center ] style(head)=[ width=42pt TEXTALIGN=CENTER background=#afdafc VERTICALALIGN=center];
var		game_bonus /style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center ] style(head)=[ TEXTALIGN=CENTER width=40pt background=#cda4de VERTICALALIGN=center];
var		total / style(data)=[TEXTALIGN=CENTER background=#dbdbdb VERTICALALIGN=center ] style(head)=[TEXTALIGN=CENTER background=#dbdbdb VERTICALALIGN=center];
footnote;
run;

ods _all_ close;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;In SAS EG it looks like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18486iD5D1987F5982591C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but in email it doesn't change:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18487i9A74847F27014FEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 08:19:23 GMT</pubDate>
    <dc:creator>DavidBesaev</dc:creator>
    <dc:date>2018-02-13T08:19:23Z</dc:date>
    <item>
      <title>How i can change borders in table in email with html</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436602#M20380</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I trying to customize my table, but can change border in email. I just need some border like first screenshot.&lt;/P&gt;&lt;PRE&gt;options emailsys=smtp;
options emailport=25;
options emailauthprotocol=none;

filename temp email /*финальная*/
          to=(ASD@somemail.com)
        type='text/html'
        subject='Отчет Предпочтения новых игроков на сайте'
        ;

options orientation=landscape; 
ods html body=temp  style=noline;
ods html text = "Good Morning,";

ods html text = "";

proc print data=work.report_first_game_2 label noobs style(report)={posttext="Рассматриваются не уникальные игроки." };
 title1 'Предпочтения новых игроков сайта';
format date nldate20.
		game_rl
		game_6_45 nlnum10.;
	label date="Дата" 
		game_12_24="12/24" 
		game_4_20="4х20" 
		game_5_36="5x36" 
		game_6_36="6x36" 
		game_6_45="6x45" 
		game_matchbol="МатчБол" 
		game_7_49="7x49" 
		game_bonus="БИ" 
		game_duel="Дуэль" 
		game_keno="Кено" 
		game_prikup="Прикуп" 
		game_rapido="Рапидо" 
		game_rl="РЛ" 
		game_top_3="Топ-3" 
		game_zl="ЖЛ" 
		game_zp="ЗП" 
		total="Всего";
var		date / style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center background=#dbdbdb borderwidth=2pt bordercolor=black] style(head)=[borderwidth=3pt bordercolor=black height=40pt width=60pt TEXTALIGN=CENTER background=#dbdbdb VERTICALALIGN=center ];
var  	game_4_20
		game_5_36 
		game_6_45 
		game_matchbol
		game_7_49 /style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center  ] style(head)=[ TEXTALIGN=CENTER background=#ffe4c4 VERTICALALIGN=center width=40pt];
var 	game_rl
		game_zl
		game_6_36 
		game_zp / style(head)=[width=40pt TEXTALIGN=CENTER background=#98c793 VERTICALALIGN=center] style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center ];
var		game_duel
		game_keno 
		game_prikup / style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center  ] style(head)=[ width=42pt TEXTALIGN=CENTER background=#afdafc VERTICALALIGN=center];
var		game_rapido / style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center  ] style(head)=[ width=44pt TEXTALIGN=CENTER background=#afdafc VERTICALALIGN=center];
var		game_top_3 
		game_12_24 /style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center ] style(head)=[ width=42pt TEXTALIGN=CENTER background=#afdafc VERTICALALIGN=center];
var		game_bonus /style(data)=[TEXTALIGN=CENTER VERTICALALIGN=center ] style(head)=[ TEXTALIGN=CENTER width=40pt background=#cda4de VERTICALALIGN=center];
var		total / style(data)=[TEXTALIGN=CENTER background=#dbdbdb VERTICALALIGN=center ] style(head)=[TEXTALIGN=CENTER background=#dbdbdb VERTICALALIGN=center];
footnote;
run;

ods _all_ close;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;In SAS EG it looks like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18486iD5D1987F5982591C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but in email it doesn't change:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18487i9A74847F27014FEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 08:19:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436602#M20380</guid>
      <dc:creator>DavidBesaev</dc:creator>
      <dc:date>2018-02-13T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How i can change borders in table in email with html</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436671#M20381</link>
      <description>&lt;P&gt;Which Email program do you use to look at the email?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is outlook, change your destination to HTML3 or TAGSETS.MSOFFICE2K and see if it displays any better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;they both generate HTML output, but in a way that Outlook will display better.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436671#M20381</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-02-13T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How i can change borders in table in email with html</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436674#M20382</link>
      <description>Yeap, outlook.&lt;BR /&gt;I solved this problem by changing the style from noline to snow. It's looks like i can chage it by some parameter at style. But I didn't find. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:57:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-i-can-change-borders-in-table-in-email-with-html/m-p/436674#M20382</guid>
      <dc:creator>DavidBesaev</dc:creator>
      <dc:date>2018-02-13T12:57:09Z</dc:date>
    </item>
  </channel>
</rss>

