<?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: Logo in Footnote (Error) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113007#M4273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan, the dimensions are the following: 21,5 cm (width) * 15,5 cm (height)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the meantime I was able to show the logo with the following template statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define style styles.gdis_logo;&lt;/P&gt;&lt;P&gt;&amp;nbsp; parent=styles.printer;&lt;/P&gt;&lt;P&gt;&amp;nbsp; style body from document /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; backgroundimage = "D:\Logo_kl.JPG" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only problem now is, that the logo appears in the top-left corner, instead of bottom-left... But I think (hope) this is not a big problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 05:04:34 GMT</pubDate>
    <dc:creator>Christobal</dc:creator>
    <dc:date>2013-01-08T05:04:34Z</dc:date>
    <item>
      <title>Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113001#M4267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all I would like to say „Hello“ to the community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem: I want to create a PDF which contains our company logo in footnote. Unfortunately SAS doesn’t print the logo but the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing &lt;SPAN style="color: #0000ff;"&gt;close&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;goptions target=WINPRTC device=GIF;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;options&lt;/SPAN&gt; orientation=landscape;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods &lt;SPAN style="color: #0000ff;"&gt;pdf&lt;/SPAN&gt; notoc &lt;SPAN style="color: #0000ff;"&gt;file&lt;/SPAN&gt; = &lt;SPAN style="color: #a020f0;"&gt;"D:&lt;SPAN style="color: #000099; font-weight: bold;"&gt;\D&lt;/SPAN&gt;ISK_Usage.pdf"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar=&lt;SPAN style="color: #a020f0;"&gt;'~'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;footnote1 j=&lt;SPAN style="color: #0000ff;"&gt;left&lt;/SPAN&gt; &lt;SPAN style="color: #a020f0;"&gt;"~S={preimage='D:&lt;SPAN style="color: #000099; font-weight: bold;"&gt;\L&lt;/SPAN&gt;ogo_kl.JPG'}"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 &lt;SPAN style="color: #0000ff;"&gt;order&lt;/SPAN&gt;=&lt;SPAN style="color: #66cc66;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;0&lt;/SPAN&gt; to &lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;100&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="color: #66cc66;"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; color=black &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;label&lt;/SPAN&gt;=&lt;SPAN style="color: #66cc66;"&gt;(&lt;/SPAN&gt;f=&lt;SPAN style="color: #a020f0;"&gt;'Times New Roman'&lt;/SPAN&gt; a=&lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;90&lt;/SPAN&gt; &lt;SPAN style="color: #a020f0;"&gt;'Usage'&lt;/SPAN&gt;&lt;SPAN style="color: #66cc66;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;axis2 value=none &lt;SPAN style="color: #0000ff;"&gt;label&lt;/SPAN&gt;=none;&lt;/P&gt;&lt;P&gt;axis3 &lt;SPAN style="color: #0000ff;"&gt;label&lt;/SPAN&gt;=&lt;SPAN style="color: #66cc66;"&gt;(&lt;/SPAN&gt;f=&lt;SPAN style="color: #a020f0;"&gt;'Times New Roman'&lt;/SPAN&gt; &lt;SPAN style="color: #a020f0;"&gt;"Time"&lt;/SPAN&gt;&lt;SPAN style="color: #66cc66;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;color=black;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYMBOL1 v = none I=j ci=red w=&lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;5&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;SYMBOL2 v = none I=j ci=blue w=&lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;5&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;Legend1 &lt;SPAN style="color: #0000ff;"&gt;label&lt;/SPAN&gt;=&lt;SPAN style="color: #66cc66;"&gt;(&lt;/SPAN&gt;color=maroon height=&lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;2&lt;/SPAN&gt; pct font=&lt;SPAN style="color: #a020f0;"&gt;'Times New Roman'&lt;/SPAN&gt; &lt;SPAN style="color: #a020f0;"&gt;'Disks'&lt;/SPAN&gt;&lt;SPAN style="color: #66cc66;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;value=&lt;SPAN style="color: #66cc66;"&gt;(&lt;/SPAN&gt;color=maroon height=&lt;SPAN style="color: #2e8b57; font-weight: bold;"&gt;1&lt;/SPAN&gt; &lt;SPAN style="color: #a020f0;"&gt;'C:&lt;SPAN style="color: #000099; font-weight: bold;"&gt;\'&lt;/SPAN&gt; '&lt;/SPAN&gt;D:\&lt;SPAN style="color: #a020f0;"&gt;')&lt;BR /&gt;across=1 down=2&lt;BR /&gt;position = (top left inside)&lt;BR /&gt;mode=protect&lt;BR /&gt;cframe = lightgrey&lt;BR /&gt;offset = (3 pct);&lt;BR /&gt; &lt;BR /&gt;proc gplot data=work.disk_output gout=work.gseg2;&lt;BR /&gt; &lt;BR /&gt; plot DISK_Usage_c *time = 1 DISK_Usage_d *time = 2 / vaxis=axis1 vaxis=0 to 100 by 10 haxis=axis3&lt;BR /&gt; overlay legend=legend1;&lt;BR /&gt; by partition_name date;&lt;BR /&gt; title1 f='&lt;/SPAN&gt;Times New Roman&lt;SPAN style="color: #a020f0;"&gt;' height=5 pct '&lt;/SPAN&gt;Disk-Usage&lt;SPAN style="color: #a020f0;"&gt;';&lt;BR /&gt; title3 f='&lt;/SPAN&gt;Times New Roman&lt;SPAN style="color: #a020f0;"&gt;' h=3 pct '&lt;/SPAN&gt;Usage of C:\ &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; D:\ &lt;SPAN style="color: #0000ff;"&gt;in&lt;/SPAN&gt; % for #BYVAL1 &lt;SPAN style="color: #0000ff;"&gt;on&lt;/SPAN&gt; #BYVAL2&lt;SPAN style="color: #a020f0;"&gt;';&lt;BR /&gt;run;&lt;BR /&gt; &lt;BR /&gt;ods pdf close;&lt;BR /&gt;ods listing;&lt;BR /&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a020f0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that there is a problem with the logo in the footnote in context with “proc gplot”? If I use “proc report” the logo exists in the PDF document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Christobal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113001#M4267</guid>
      <dc:creator>Christobal</dc:creator>
      <dc:date>2013-01-03T13:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113002#M4268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The inline sequence in your FOOTNOTE statement must be processed by ODS instead of GPLOT. To make this happen, specify NOGFOOTNOTE on the ODS PDF statement, and the image should appear on the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 18:56:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113002#M4268</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-01-03T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113003#M4269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. Unfortunately I am not able to use the nogfootnote-statement. I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5510&amp;nbsp; ods pdf notoc file = "D:\DISK_Usage.pdf" nogfootnote;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;FEHLER 22-322: Syntaxfehler, erwartet wird eines der folgenden: ;, ANCHOR, AUTHOR, BACKGROUND, BASE, BODY, BOOKMARK, BOOKMARKGEN,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOOKMARKLIST, CLOSE, COLOR, COLUMNS, CONTENTS, DISPLAY, FILE, FONTSCALE, HOST, IMAGE_DPI, KEYWORDS, NAMED_DEST, NEWFILE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOBACKGROUND, NOBOOKMARKGEN, NOBOOKMARKLIST, NOCOLOR, NOCONTENTS, NOPDFNOTE, NOTOC, PCL, PDF, PDFMARK, PDFNOTE, PRINTER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PS, SAS, STARTPAGE, STYLE, SUBJECT, TEXT, TITLE, UNIFORM.&lt;/P&gt;&lt;P&gt;FEHLER 200-322: Das Symbol ist nicht bekannt und wird ignoriert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I use the statement in a wrong order or something else? (We are using SAS 9.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christobal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 05:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113003#M4269</guid>
      <dc:creator>Christobal</dc:creator>
      <dc:date>2013-01-04T05:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113004#M4270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, since you have 9.1, this will not work for you. The NOGTITLE/NOGFOOTNOTE support was not added to ODS PDF until SAS 9.3. Because the inline formatting is not supported by the graph, you will need to go with another alternative. One solution might be a style solution; the other solution involves annotation. Note that neither of these solutions reserves space for the image; so, if there is a collision with the plot, you will need to move the axis origins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the style solution, try inserting the code below into your code and see if it works. This code should position an image in the bottom-left of your graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;define style mylogo;&lt;/P&gt;&lt;P&gt;parent=styles.printer;&lt;/P&gt;&lt;P&gt;style GraphBackground from GraphBackground /&lt;/P&gt;&lt;P&gt;image = "D:\Logo_kl.JPG"&lt;/P&gt;&lt;P&gt;just=left&lt;/P&gt;&lt;P&gt;vjust=bottom&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf style=mylogo notoc file = "D:\DISK_Usage.pdf";&lt;/P&gt;&lt;P&gt;/* ... */&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The annotate solution would require me to know the exact dimensions of your image so that it does not get distorted. Try the style idea first and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 15:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113004#M4270</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-01-04T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113005#M4271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. I suspected that there might be a problem with our SAS version...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried to apply your suggestion with the template. Unfortunately the logo isn't still printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way how I can find out the exact dimensions of my image?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christobal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 06:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113005#M4271</guid>
      <dc:creator>Christobal</dc:creator>
      <dc:date>2013-01-07T06:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113006#M4272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Windows, you can right-click on the image and view the properties. Also, most image editing software can give you that information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113006#M4272</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-01-07T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logo in Footnote (Error)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113007#M4273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan, the dimensions are the following: 21,5 cm (width) * 15,5 cm (height)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the meantime I was able to show the logo with the following template statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define style styles.gdis_logo;&lt;/P&gt;&lt;P&gt;&amp;nbsp; parent=styles.printer;&lt;/P&gt;&lt;P&gt;&amp;nbsp; style body from document /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; backgroundimage = "D:\Logo_kl.JPG" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only problem now is, that the logo appears in the top-left corner, instead of bottom-left... But I think (hope) this is not a big problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 05:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Logo-in-Footnote-Error/m-p/113007#M4273</guid>
      <dc:creator>Christobal</dc:creator>
      <dc:date>2013-01-08T05:04:34Z</dc:date>
    </item>
  </channel>
</rss>

