<?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: Tagsets.Htmlpanel Produces Blank Output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229971#M8326</link>
    <description>&lt;P&gt;You may need a BODY= instead of FILE= and (url=none).&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2015 20:31:42 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-10-14T20:31:42Z</dc:date>
    <item>
      <title>Tagsets.Htmlpanel Produces Blank Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229950#M8324</link>
      <description>&lt;P&gt;I am trying to combine 4 SG plots into one HTML file using tagsets.htmlpanel, when I run the code below, each of the SG plots works and produces output in the results viewer and as a PNG. &amp;nbsp;However, when I open the HTML file that is produced, it just shows 4 blank panels, with a missing image icon (see attached screenshot). &amp;nbsp;&lt;SPAN&gt;Is there a options (bitmap_mode=inline) equivalent for HTMLpanel as there is in ODS HTML5? &amp;nbsp;I don't see it in the documentation but could be missing it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running EG9.3 on a Linux grid envionment but also tested in base with same result. &amp;nbsp;Any help is appreaciated.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 
%let odsout=./;

ods listing close;
ods graphics / reset=index;
ods tagsets.htmlpanel
file="hmtlpanel.html"
path="&amp;amp;odsout.";

ods tagsets.htmlpanel event=panel(start);

&amp;lt;SGplot 1&amp;gt;
&amp;lt;SGplot 2&amp;gt;
&amp;lt;SGplot 3&amp;gt;
&amp;lt;SGplot 4&amp;gt;

ods tagsets.htmlpanel event=panel(finish);
ods tagsets.htmlpanel close;
ods listing; 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12014i20930698719E62B4/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="TAGSETS.HTMLPANEL.PNG" title="TAGSETS.HTMLPANEL.PNG" /&gt;</description>
      <pubDate>Wed, 14 Oct 2015 19:14:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229950#M8324</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2015-10-14T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets.Htmlpanel Produces Blank Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229971#M8326</link>
      <description>&lt;P&gt;You may need a BODY= instead of FILE= and (url=none).&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229971#M8326</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-10-14T20:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets.Htmlpanel Produces Blank Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229972#M8327</link>
      <description>&lt;P&gt;Changed to:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods graphics / reset=index;
ods tagsets.htmlpanel 
path="&amp;amp;odsout."
body = "htmlpanel.html"
(url=none);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But still have the same result.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/229972#M8327</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2015-10-14T20:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets.Htmlpanel Produces Blank Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/230092#M8331</link>
      <description>&lt;P&gt;I would hope the URL isn't too sensitive but I my code I have it immediately following the path. What is the value of &amp;amp;odsout? If you hard code the value instead of a macro variable do you see a change? And are the PNG files appearing in the same folder as the htmlpanel.html?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/230092#M8331</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-10-15T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets.Htmlpanel Produces Blank Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/230193#M8344</link>
      <description>&lt;P&gt;I moved the URL statement to be right after the path, defined the path directly (vs. in a macro), but still no luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The png files do appear correctly in the output path and when I open them, the graphs are displayed correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 22:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/230193#M8344</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2015-10-15T22:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tagsets.Htmlpanel Produces Blank Output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/230489#M8348</link>
      <description>Hi:&lt;BR /&gt;  With many of the HTML-based destinations, it is better for you to specify a PATH= and GPATH= option so that the image ends up in the same directory as the HTML file. Something like this:&lt;BR /&gt;ods tagsets.htmlpanel&lt;BR /&gt;file="hmtlpanel.html"&lt;BR /&gt;path="&amp;amp;odsout." (url=none)&lt;BR /&gt;gpath="&amp;amp;odsout." (url=none);&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sun, 18 Oct 2015 16:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tagsets-Htmlpanel-Produces-Blank-Output/m-p/230489#M8348</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-10-18T16:48:26Z</dc:date>
    </item>
  </channel>
</rss>

