<?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: STYLE= overrides in PROC TABULATE in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1990#M872</link>
    <description>Hi!&lt;BR /&gt;
  You could try making cellpadding in pixels instead of points: STYLE={cellpadding=1px};&lt;BR /&gt;
  &lt;BR /&gt;
  But, you should also use cellpadding on the TABLE statement, because it is an attribute that applies to the table "structure", so like changes to RULES and FRAMES, it goes on the TABLE statement:&lt;BR /&gt;
 &lt;BR /&gt;
table var1,&lt;BR /&gt;
      var2*numvar/&lt;BR /&gt;
            STYLE={cellpadding=1px};&lt;BR /&gt;
  &lt;BR /&gt;
  The font_size of one will work on the PROC TABULATE statement, but cellpadding needs to be on the TABLE statement.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Wed, 20 Dec 2006 16:16:55 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2006-12-20T16:16:55Z</dc:date>
    <item>
      <title>STYLE= overrides in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1989#M871</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
We are using a style override in proc tabulate like this voor HTML output:&lt;BR /&gt;
&lt;BR /&gt;
PROC TABULATE DATA=resultaat STYLE={font_size=1};&lt;BR /&gt;
&lt;BR /&gt;
This works fine, font_size is reduced compared to if we don't use the style override.&lt;BR /&gt;
&lt;BR /&gt;
But we also want to make the actual tables smaller. I thought using CELLPADDING would do the trick, but it seems to have no effect whatsoever. This is what we do:&lt;BR /&gt;
&lt;BR /&gt;
PROC TABULATE DATA=resultaat STYLE={font_size=1 cellpadding=2pt};&lt;BR /&gt;
&lt;BR /&gt;
What can I do to make the cells in the table smaller to get a smaller table?&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Gahan</description>
      <pubDate>Wed, 20 Dec 2006 15:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1989#M871</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-12-20T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: STYLE= overrides in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1990#M872</link>
      <description>Hi!&lt;BR /&gt;
  You could try making cellpadding in pixels instead of points: STYLE={cellpadding=1px};&lt;BR /&gt;
  &lt;BR /&gt;
  But, you should also use cellpadding on the TABLE statement, because it is an attribute that applies to the table "structure", so like changes to RULES and FRAMES, it goes on the TABLE statement:&lt;BR /&gt;
 &lt;BR /&gt;
table var1,&lt;BR /&gt;
      var2*numvar/&lt;BR /&gt;
            STYLE={cellpadding=1px};&lt;BR /&gt;
  &lt;BR /&gt;
  The font_size of one will work on the PROC TABULATE statement, but cellpadding needs to be on the TABLE statement.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 20 Dec 2006 16:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1990#M872</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-12-20T16:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: STYLE= overrides in PROC TABULATE</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1991#M873</link>
      <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Works like a charm. Thank you very much!&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Gahan</description>
      <pubDate>Thu, 21 Dec 2006 09:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-overrides-in-PROC-TABULATE/m-p/1991#M873</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-12-21T09:27:51Z</dc:date>
    </item>
  </channel>
</rss>

