<?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 ODS htmlpanel title in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55691#M6801</link>
    <description>Gentlemen,&lt;BR /&gt;
&lt;BR /&gt;
I'm using the ODS htmlpanel tagset to divide my html page in several regions. Besides the titles into each region, I want to put a main title at the beginning of the page. I thought on putting an empty panel with a title option, but nothing apears.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help me?</description>
    <pubDate>Fri, 17 Jul 2009 12:10:50 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-07-17T12:10:50Z</dc:date>
    <item>
      <title>ODS htmlpanel title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55691#M6801</link>
      <description>Gentlemen,&lt;BR /&gt;
&lt;BR /&gt;
I'm using the ODS htmlpanel tagset to divide my html page in several regions. Besides the titles into each region, I want to put a main title at the beginning of the page. I thought on putting an empty panel with a title option, but nothing apears.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help me?</description>
      <pubDate>Fri, 17 Jul 2009 12:10:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55691#M6801</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-17T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODS htmlpanel title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55692#M6802</link>
      <description>Add the ODS HTML parameter HEADTEXT="&lt;TITLE&gt;your page title goes here&lt;/TITLE&gt;".&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/early-access/odsdoc2/sashtml/tw5195/z0424974.htm" target="_blank"&gt;http://support.sas.com/rnd/base/early-access/odsdoc2/sashtml/tw5195/z0424974.htm&lt;/A&gt;</description>
      <pubDate>Fri, 17 Jul 2009 14:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55692#M6802</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-17T14:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS htmlpanel title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55693#M6803</link>
      <description>Hi:&lt;BR /&gt;
  Scott's method is one approach. The other approach would be to refer to the HTMLPANEL tagset documentation and examples:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
  There is a section explicitly on Controlling Titles and By Lines:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html#title" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html#title&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
which shows the use of the EMBEDDED_TITLES sub-option.Here is a code snippet from that page.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
          &lt;BR /&gt;
[pre]&lt;BR /&gt;
   goptions dev=gif xpixels=480 ypixels=320;&lt;BR /&gt;
&lt;BR /&gt;
   /* NOGTITLE is necessary for automatic paneling to work when      */&lt;BR /&gt;
   /* the device is one of the legacy image formats. GIF, JPEG, etc. */&lt;BR /&gt;
&lt;BR /&gt;
   ods tagsets.htmlpanel nogtitle file="printpanel2.html"&lt;BR /&gt;
        options(panelcolumns='3'&lt;BR /&gt;
        panelborder='2'&lt;BR /&gt;
        embedded_titles='yes'&lt;BR /&gt;
        bylabels='no');&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 17 Jul 2009 15:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-htmlpanel-title/m-p/55693#M6803</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-07-17T15:05:45Z</dc:date>
    </item>
  </channel>
</rss>

