<?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: SAS Proc Template: Table Border Control in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Proc-Template-Table-Border-Control/m-p/928451#M44800</link>
    <description>Try Change&lt;BR /&gt; parent = Styles.Default; &lt;BR /&gt;into&lt;BR /&gt; parent = Styles.analysis; &lt;BR /&gt;</description>
    <pubDate>Wed, 15 May 2024 09:39:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-05-15T09:39:51Z</dc:date>
    <item>
      <title>SAS Proc Template: Table Border Control</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Proc-Template-Table-Border-Control/m-p/928441#M44799</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a custom proc template for the table frame to be border lines, but it did not work properly. I want the table to have border lines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template; 
 define style styles.mystyle1; 
 parent = Styles.Default; 
    style body /
/*        background = white*/
        foreground = black
    ;
    style systemtitle /
        font_face = 'DVOT-SurekhMR'		
        font_weight = bold
        background = white
        font_size = 12pt
    ;	
	style systemfooter /
        font_face = 'DVOT-SurekhMR'
        font_size = 8pt		
    ;
   style data /
        fontfamily = 'DVOT-SurekhMR'
        font_size = 10pt
        foreground = black
/*		borderwidth = 1px		*/
/*        bordercolor = black*/
JUST=CENTER
   VJUST=C

    ;
    style header /
        fontfamily  = 'DVOT-SurekhMR'
        font_size = 10pt
        foreground = Black
	    font_weight = bold 
/*        background = #A9D0F5 */
/*      background = white*/
    ;

	style summary /
        fontfamily  = 'DVOT-SurekhMR'
        font_size = 10pt
        foreground = Black
		font_weight = bold 
/*        background = #A9D0F5 */
      background = white 
    ;

    style table /
        cellpadding = 5px
        cellspacing = 0px
        borderwidth = 1px		
        bordercolor = black
        borderstyle = solid
font_weight = bold 
    ;

end; 
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Output&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daily1_0-1715755492944.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96541iE4F30F70D95BF63E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daily1_0-1715755492944.png" alt="Daily1_0-1715755492944.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daily1_1-1715755684710.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96542iEF14CAA16329F577/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daily1_1-1715755684710.png" alt="Daily1_1-1715755684710.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 06:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Proc-Template-Table-Border-Control/m-p/928441#M44799</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2024-05-15T06:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc Template: Table Border Control</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Proc-Template-Table-Border-Control/m-p/928451#M44800</link>
      <description>Try Change&lt;BR /&gt; parent = Styles.Default; &lt;BR /&gt;into&lt;BR /&gt; parent = Styles.analysis; &lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2024 09:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Proc-Template-Table-Border-Control/m-p/928451#M44800</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-05-15T09:39:51Z</dc:date>
    </item>
  </channel>
</rss>

