<?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: ODS HTML output Titles in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/918588#M361829</link>
    <description>&lt;P&gt;That seems to have no effect.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 14:01:16 GMT</pubDate>
    <dc:creator>Lost_Gary</dc:creator>
    <dc:date>2024-03-01T14:01:16Z</dc:date>
    <item>
      <title>ODS HTML output Titles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/917912#M361582</link>
      <description>&lt;P&gt;I am attempting to get HTML output with several graphs, followed by the data table to the right of each graph (i.e. Dashboard).&amp;nbsp; Here is my code:&lt;/P&gt;
&lt;P&gt;ods html5 body="\\Path.html";&lt;BR /&gt;ods layout gridded columns=5 column_widths=(40px 160px) ;&lt;BR /&gt;ods region column =1 ;&lt;BR /&gt;proc sgplot data = sashelp.class ;&lt;BR /&gt;title "This is the Graph";&lt;BR /&gt;xaxis type = linear ;&lt;BR /&gt;series x = weight y = height ;&lt;BR /&gt;run ;&lt;BR /&gt;ods region column =2 ;&lt;BR /&gt;proc print data=sashelp.class;&lt;BR /&gt;title "This is the table";&lt;BR /&gt;run;&lt;BR /&gt;ods html5 close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but the output keeps coming out with the table header above the graph, such as:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lost_Gary_0-1708959245501.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94124i105871EEF805470A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lost_Gary_0-1708959245501.png" alt="Lost_Gary_0-1708959245501.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What I'd like is an overall header/title for the HTML output ("this is the Dashboard") then the title for each region and the output titles to line-up.&amp;nbsp; I can live with the ODS Text = prompt for each region, but love to know if there is something more stylish for the output.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 14:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/917912#M361582</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2024-02-26T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML output Titles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/917992#M361617</link>
      <description>Try option "nogtitle".&lt;BR /&gt;&lt;BR /&gt;ods html5 body="\\Path.html" nogtitle ;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2024 04:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/917992#M361617</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-02-27T04:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML output Titles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/918588#M361829</link>
      <description>&lt;P&gt;That seems to have no effect.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/918588#M361829</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2024-03-01T14:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML output Titles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/918840#M361931</link>
      <description>&lt;P&gt;Actually - let me take that back.&amp;nbsp; I seemed to have had some rogue titles in my code that were leaving me perplexed.&amp;nbsp; But now that those are removed, the 'nogtitle' did the trick.&amp;nbsp; Thanks.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 15:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-output-Titles/m-p/918840#M361931</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2024-03-04T15:11:56Z</dc:date>
    </item>
  </channel>
</rss>

