<?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: Insert Image from File into ODS HTML Animated GIF in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177408#M6512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I can't answer to your question but I have another one ... I hope you will help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code, how did you fix the path attached to odsout for your ods html output ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jan 2015 19:30:02 GMT</pubDate>
    <dc:creator>Spacejump</dc:creator>
    <dc:date>2015-01-10T19:30:02Z</dc:date>
    <item>
      <title>Insert Image from File into ODS HTML Animated GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177407#M6511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to insert an image from a file location into an animated GIF I am creating using ODS HTML.&amp;nbsp; The output doesn't contain the image, but rather just the file path listed (i.e. "&amp;lt;img src=""Logo1.gif""&amp;gt;&amp;lt;/img&amp;gt;".&amp;nbsp; I suspect there may be some conflict using the device=gif option (which I need to create the GIF) and inserting the logo into the file, but I just wanted to confirm.&amp;nbsp; I appreciate any assistance that is provided.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename odsout '.';&lt;/P&gt;&lt;P&gt;goptions device=gif xpixels=950 ypixels=600 hsize= vsize=;&lt;/P&gt;&lt;P&gt;options animduration=0.9 animloop=1 animoverlay=no animate=start center;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods html file='Month.html' path = odsout&amp;nbsp; style=htmlblue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options nobyline;&lt;/P&gt;&lt;P&gt;title1 lspace=2 "Chart Title" height=8 font="thorndale amt/bold";&lt;/P&gt;&lt;P&gt;title2 color=red lspace=1.0 font="thorndale amt/bold" height=3 "#byval(date)";&lt;/P&gt;&lt;P&gt;footnote1 move=(5,5) color=cxd3e0e6 justify=l lspace=1.0 font="albany amt/bold" height=15 "#byval(variable)";&lt;/P&gt;&lt;P&gt;footnote2 j=r "&amp;lt;img src=""Logo1.gif""&amp;gt;&amp;lt;/img&amp;gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;proc gmap code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML CLOSE;&lt;/P&gt;&lt;P&gt;ODS LISTING;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 18:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177407#M6511</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2015-01-10T18:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Image from File into ODS HTML Animated GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177408#M6512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I can't answer to your question but I have another one ... I hope you will help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code, how did you fix the path attached to odsout for your ods html output ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 19:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177408#M6512</guid>
      <dc:creator>Spacejump</dc:creator>
      <dc:date>2015-01-10T19:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Image from File into ODS HTML Animated GIF</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177409#M6513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;filename odsout '.' piece, you would change the '.' to whatever output file location you want to use, say C/my documents or something like that.&amp;nbsp; It somewhat depends on your environment, I use EG on a grid environment, so the only option I have is to use a SAS Server file location, I can't reference a local or network drive directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 15:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-Image-from-File-into-ODS-HTML-Animated-GIF/m-p/177409#M6513</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2015-01-11T15:50:41Z</dc:date>
    </item>
  </channel>
</rss>

