<?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: Row/column headings colors in tabulate in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98717#M9599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alpay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outstanding!&amp;nbsp; Thank you very much!&amp;nbsp; Had no idea the style attribute could be used in so many places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2012 21:30:13 GMT</pubDate>
    <dc:creator>BenConner</dc:creator>
    <dc:date>2012-07-03T21:30:13Z</dc:date>
    <item>
      <title>Row/column headings colors in tabulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98715#M9597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a proc tabulate whose target is a web page.&amp;nbsp; The default colors for the row and column headings/categories are blue.&amp;nbsp; Is there a way to override the text color to default to black?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;P&gt;ods html file='....html';&lt;/P&gt;&lt;P&gt;proc tabulate data=matched out=temp;&lt;/P&gt;&lt;P&gt;class prev curr mig;&lt;/P&gt;&lt;P&gt;table prev=' '*(n=' '*f=comma9. rowpctn='%'*f=pcts.),(curr="&amp;amp;cmon &amp;amp;cyear" all='Total') mig / box="&amp;amp;pmon &amp;amp;pyear";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 20:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98715#M9597</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2012-07-03T20:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Row/column headings colors in tabulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98716#M9598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the background/foreground colors using style elements.&lt;/P&gt;&lt;P&gt;To change text color for column/row headers use "style" option after "class" statement.&lt;/P&gt;&lt;P&gt;To change text color for column/row categories use "style" option after "classlev" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class sex / style=[background=white foreground=red];&lt;/P&gt;&lt;P&gt;&amp;nbsp; classlev sex / style=[background=yellow foreground=blue]; &lt;/P&gt;&lt;P&gt;&amp;nbsp; class age / style=[background=red foreground=white];;&lt;/P&gt;&lt;P&gt;&amp;nbsp; classlev age / style=[background=blue foreground=yellow]; &lt;/P&gt;&lt;P&gt;&amp;nbsp; table sex='Gender',&lt;/P&gt;&lt;P&gt;&amp;nbsp; age='age'*n=''*[style=[background=green foreground=white]]&lt;/P&gt;&lt;P&gt;&amp;nbsp; / box=[label='Box Label' style=[background=white foreground=green]];&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 20:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98716#M9598</guid>
      <dc:creator>Alpay</dc:creator>
      <dc:date>2012-07-03T20:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Row/column headings colors in tabulate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98717#M9599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alpay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outstanding!&amp;nbsp; Thank you very much!&amp;nbsp; Had no idea the style attribute could be used in so many places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 21:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Row-column-headings-colors-in-tabulate/m-p/98717#M9599</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2012-07-03T21:30:13Z</dc:date>
    </item>
  </channel>
</rss>

