<?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 to insert a padding(html/css) in proc odstext in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845095#M6223</link>
    <description>&lt;P&gt;Hi, I´m trying to insert a padding in my sas code, I basically is making an hmtl email to send in Microsoft Outlook.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Already tried to insert atribute padding, width, margin and nothing happens...&lt;/P&gt;&lt;PRE&gt;proc odstext; 
        p " ";
        p " ";
        p " ";
        p " Prazo para retorno: hoje, dia 03/08/2022, às 13 horas. "/ style=[width=50 BORDERTOPWIDTH=10 COLOR=white background=#CC092F font_weight=bold FONT_SIZE=2 font_face="Bradesco Sans" TEXTALIGN=CENTER TEXTJUSTIFY=INTER_CHARACTER];
    run;&lt;/PRE&gt;&lt;P&gt;I know that there other forms of make html and email, but I already did almost everything, then I only needs this padding. Please helpp&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 12:12:04 GMT</pubDate>
    <dc:creator>mrodriguess</dc:creator>
    <dc:date>2022-11-18T12:12:04Z</dc:date>
    <item>
      <title>How to insert a padding(html/css) in proc odstext</title>
      <link>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845095#M6223</link>
      <description>&lt;P&gt;Hi, I´m trying to insert a padding in my sas code, I basically is making an hmtl email to send in Microsoft Outlook.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Already tried to insert atribute padding, width, margin and nothing happens...&lt;/P&gt;&lt;PRE&gt;proc odstext; 
        p " ";
        p " ";
        p " ";
        p " Prazo para retorno: hoje, dia 03/08/2022, às 13 horas. "/ style=[width=50 BORDERTOPWIDTH=10 COLOR=white background=#CC092F font_weight=bold FONT_SIZE=2 font_face="Bradesco Sans" TEXTALIGN=CENTER TEXTJUSTIFY=INTER_CHARACTER];
    run;&lt;/PRE&gt;&lt;P&gt;I know that there other forms of make html and email, but I already did almost everything, then I only needs this padding. Please helpp&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 12:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845095#M6223</guid>
      <dc:creator>mrodriguess</dc:creator>
      <dc:date>2022-11-18T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a padding(html/css) in proc odstext</title>
      <link>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845137#M6227</link>
      <description>&lt;P&gt;I suggest that you may want to provide a unit anytime you use Width so that you know what you actually expect the width of a cell to be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if this gives you any ideas.&lt;/P&gt;
&lt;PRE&gt;proc odstext;
p "An attempt to have spaces at the front of text"/style=[width=4in just=right];
run;&lt;/PRE&gt;
&lt;P&gt;The Just=right will align the text horizontally within the table cell box. So if the text is shorter than the box there is space in the front.&lt;/P&gt;
&lt;P&gt;For more complex appearance you may need get into the cell template settings and have the text values in a data set.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 16:13:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845137#M6227</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-11-18T16:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a padding(html/css) in proc odstext</title>
      <link>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845151#M6228</link>
      <description>&lt;P&gt;Not basically... My idea is centralize the text. I think that an html border works too, but I has couldn´t referenciate too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen-Shot-2021-08-03-at-1.38.36-AM" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77454iBDF000A5BA8B2224/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screen-Shot-2021-08-03-at-1.38.36-AM" alt="Screen-Shot-2021-08-03-at-1.38.36-AM" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 16:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845151#M6228</guid>
      <dc:creator>mrodriguess</dc:creator>
      <dc:date>2022-11-18T16:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a padding(html/css) in proc odstext</title>
      <link>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845156#M6229</link>
      <description>&lt;P&gt;Definitely not a Proc ODSTEXT p statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTML may be an ODSTEXT statement, not the Proc, with the right Raw html inserted. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With some output I can create the document with other tools and the see what the generated instructions are. Such as to find the Raw RTF codes for something.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 17:23:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-insert-a-padding-html-css-in-proc-odstext/m-p/845156#M6229</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-11-18T17:23:22Z</dc:date>
    </item>
  </channel>
</rss>

