<?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 SAS ODS HTML &amp; Title in STP in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162382#M6083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;been trying to update someone else's program recently and having trouble moving the title inside the .PNG file.&amp;nbsp; the program uses ODS HTML and Proc GCHART and a STP is created and used in the web browsers.&amp;nbsp; tried many things to move the title inside of the graphics but no success.&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a001025092.htm" title="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a001025092.htm"&gt;SAS/GRAPH(R) 9.2: Reference, Second Edition&lt;/A&gt; this article said something about titles are rendered as HTML.&amp;nbsp; my question is, is it possible to move the title inside in the current setup?&amp;nbsp; any ideas to help me out?&amp;nbsp; thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 04:53:15 GMT</pubDate>
    <dc:creator>Grumbler</dc:creator>
    <dc:date>2015-02-11T04:53:15Z</dc:date>
    <item>
      <title>SAS ODS HTML &amp; Title in STP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162382#M6083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;been trying to update someone else's program recently and having trouble moving the title inside the .PNG file.&amp;nbsp; the program uses ODS HTML and Proc GCHART and a STP is created and used in the web browsers.&amp;nbsp; tried many things to move the title inside of the graphics but no success.&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a001025092.htm" title="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a001025092.htm"&gt;SAS/GRAPH(R) 9.2: Reference, Second Edition&lt;/A&gt; this article said something about titles are rendered as HTML.&amp;nbsp; my question is, is it possible to move the title inside in the current setup?&amp;nbsp; any ideas to help me out?&amp;nbsp; thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 04:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162382#M6083</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2015-02-11T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS HTML &amp; Title in STP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162383#M6084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the nogtitle option in your ODS HTML statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 04:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162383#M6084</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-11T04:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS HTML &amp; Title in STP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162384#M6085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought NOGTITLE disables graphics title.&amp;nbsp; GTITLE is the default.&amp;nbsp; I have tried both ways just to test, but didn't matter in this case.&amp;nbsp; The STP output is in a web browser.&amp;nbsp; Not sure if it's even possible.&amp;nbsp; I can get it to work with test codes in a fresh session in EG or Base SAS console.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 06:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162384#M6085</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2015-02-11T06:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS HTML &amp; Title in STP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162385#M6086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found out that the guy had options device=actximg.&amp;nbsp; I changed it to PNG or tried deleting the option, both works and the title is in the graphics file now.&amp;nbsp; The formatting doesn't seem to work but it's a start.&amp;nbsp; Also, the web browser version seems to always render the title outside of the graphics file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 07:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-ODS-HTML-Title-in-STP/m-p/162385#M6086</guid>
      <dc:creator>Grumbler</dc:creator>
      <dc:date>2015-02-11T07:25:22Z</dc:date>
    </item>
  </channel>
</rss>

