<?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 STYLE= override in PROC REPORT for HTML output (set column widht) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-override-in-PROC-REPORT-for-HTML-output-set-column-widht/m-p/2852#M1255</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to get a larger column in PROC REPORT like this, using style override with CELLWIDTH:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;DEFINE formula /GROUP FORMAT =$formula. "Sales (x 1.000 E)" STYLE(COLUMN)={JUST=CENTER CELLWIDTH=400px};&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
In the HTML output this generates it doesn't seem to have effect.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone help me on this?&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Gahan</description>
    <pubDate>Thu, 19 Apr 2007 09:00:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-04-19T09:00:15Z</dc:date>
    <item>
      <title>STYLE= override in PROC REPORT for HTML output (set column widht)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-override-in-PROC-REPORT-for-HTML-output-set-column-widht/m-p/2852#M1255</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to get a larger column in PROC REPORT like this, using style override with CELLWIDTH:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;DEFINE formula /GROUP FORMAT =$formula. "Sales (x 1.000 E)" STYLE(COLUMN)={JUST=CENTER CELLWIDTH=400px};&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
In the HTML output this generates it doesn't seem to have effect.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone help me on this?&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Gahan</description>
      <pubDate>Thu, 19 Apr 2007 09:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-override-in-PROC-REPORT-for-HTML-output-set-column-widht/m-p/2852#M1255</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-04-19T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: STYLE= override in PROC REPORT for HTML output (set column widht)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-override-in-PROC-REPORT-for-HTML-output-set-column-widht/m-p/2853#M1256</link>
      <description>Hi:&lt;BR /&gt;
  I tried this using ODS HTML in SAS 9.1.3 and the 400px did work for me. If you need a quick resolution to this issue, Tech Support may be your best bet.&lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods html file='c:\temp\cw.html';&lt;BR /&gt;
  proc report data=sashelp.class nowd;&lt;BR /&gt;
    column name age height;&lt;BR /&gt;
    define age /display &lt;BR /&gt;
      style(column)={just=center cellwidth=400px};&lt;BR /&gt;
  run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 19 Apr 2007 12:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/STYLE-override-in-PROC-REPORT-for-HTML-output-set-column-widht/m-p/2853#M1256</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-04-19T12:41:04Z</dc:date>
    </item>
  </channel>
</rss>

