<?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: png image not rendering in _webout macro in Developers</title>
    <link>https://communities.sas.com/t5/Developers/png-image-not-rendering-in-webout-macro/m-p/570187#M5895</link>
    <description>&lt;P&gt;your image needs to be accessible from your browser - eg, such that if you were to paste the full-path location of the image into the address bar that you would see the image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically this means placing your image on the SAS Web Server (htdocs folder) and using a _relative_ link to it, eg `/imgs/myimage.png` - the full path to which would be `https://yourSASwebserver/imgs/myimage.png`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 11:30:39 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2019-07-01T11:30:39Z</dc:date>
    <item>
      <title>png image not rendering in _webout macro</title>
      <link>https://communities.sas.com/t5/Developers/png-image-not-rendering-in-webout-macro/m-p/564090#M5894</link>
      <description>&lt;P&gt;I have a stored process that is called from a VA stored process container. I have several radio buttons and dropdowns all working fine, but when I try to insert a picture it will not render. If I call a second stored process and use ods PDF layout, then I can get the image to work on that ODS PDF, but I need the image to render in the current stored process.&lt;/P&gt;&lt;P&gt;I have tried using, what I thought would be the obvious answer:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro display_form;&lt;BR /&gt;data _NULL_;&lt;BR /&gt;file _webout;&lt;/P&gt;&lt;P&gt;put "&amp;lt;html&amp;gt;";&lt;BR /&gt;put " &amp;lt;head&amp;gt;";&lt;BR /&gt;put " &amp;lt;style media='screen' type='text/css'&amp;gt;";&lt;BR /&gt;put " .border {border-width: 1px; border-style: solid;}";&lt;/P&gt;&lt;P&gt;---bunch of code here---&lt;/P&gt;&lt;P&gt;put "&amp;lt;img src='//severName/folder/image.png'/&amp;gt;";&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;--- what I thought was the obvious answer&lt;/P&gt;&lt;P&gt;stop;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;%macro main;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ---buch of code here---&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;%main;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 13:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/png-image-not-rendering-in-webout-macro/m-p/564090#M5894</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2019-06-06T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: png image not rendering in _webout macro</title>
      <link>https://communities.sas.com/t5/Developers/png-image-not-rendering-in-webout-macro/m-p/570187#M5895</link>
      <description>&lt;P&gt;your image needs to be accessible from your browser - eg, such that if you were to paste the full-path location of the image into the address bar that you would see the image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically this means placing your image on the SAS Web Server (htdocs folder) and using a _relative_ link to it, eg `/imgs/myimage.png` - the full path to which would be `https://yourSASwebserver/imgs/myimage.png`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 11:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/png-image-not-rendering-in-webout-macro/m-p/570187#M5895</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2019-07-01T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

