<?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: Removing 'SAS Output'  title from HTML pages in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2405#M1030</link>
    <description>The one-off way is to use the ODS HTML TITLE option, e.g.:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  ods html file="myfile.html" title="";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
The more permanent way is to tweak the HTML tagset, e.g.:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc template;&lt;BR /&gt;
  define tagset tagsets.myHtml;&lt;BR /&gt;
  parent=tagsets.html4;&lt;BR /&gt;
&lt;BR /&gt;
  define event doc_title;&lt;BR /&gt;
               put "&lt;TITLE&gt;";&amp;lt;br&amp;gt;
               put VALUE;&amp;lt;br&amp;gt;
               put "&lt;/TITLE&gt;" CR;&lt;BR /&gt;
  end;&lt;BR /&gt;
  end;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.myhtml file="myfile.html";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
    <pubDate>Thu, 01 Mar 2007 14:46:34 GMT</pubDate>
    <dc:creator>David_SAS</dc:creator>
    <dc:date>2007-03-01T14:46:34Z</dc:date>
    <item>
      <title>Removing 'SAS Output'  title from HTML pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2404#M1029</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Could you let me know how to remove 'SAS Output' title from the HTML pages generated using proc template/gplot/report.&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Thu, 01 Mar 2007 14:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2404#M1029</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-01T14:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Removing 'SAS Output'  title from HTML pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2405#M1030</link>
      <description>The one-off way is to use the ODS HTML TITLE option, e.g.:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  ods html file="myfile.html" title="";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
The more permanent way is to tweak the HTML tagset, e.g.:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc template;&lt;BR /&gt;
  define tagset tagsets.myHtml;&lt;BR /&gt;
  parent=tagsets.html4;&lt;BR /&gt;
&lt;BR /&gt;
  define event doc_title;&lt;BR /&gt;
               put "&lt;TITLE&gt;";&amp;lt;br&amp;gt;
               put VALUE;&amp;lt;br&amp;gt;
               put "&lt;/TITLE&gt;" CR;&lt;BR /&gt;
  end;&lt;BR /&gt;
  end;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.myhtml file="myfile.html";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Thu, 01 Mar 2007 14:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2405#M1030</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2007-03-01T14:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Removing 'SAS Output'  title from HTML pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2406#M1031</link>
      <description>A helpful coworker pointed out that the TITLE option needs parentheses, e.g.:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods html file="myfile.html" (title="");&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Thu, 01 Mar 2007 16:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2406#M1031</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2007-03-01T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Removing 'SAS Output'  title from HTML pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2407#M1032</link>
      <description>Thank so much for your quick response !</description>
      <pubDate>Mon, 05 Mar 2007 10:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-SAS-Output-title-from-HTML-pages/m-p/2407#M1032</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-05T10:02:43Z</dc:date>
    </item>
  </channel>
</rss>

