<?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 Can't seem to center my corporate Logo in HTML outout in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30225#M901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To modify the style sheet use EG Style manager. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value you're looking to change is User Text and alignment to center. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you're within EG based on the code provided so that should work easily enough. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd advice saving a copy of the template and use that instead of making modifications to the default template. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2012 21:34:48 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-03-13T21:34:48Z</dc:date>
    <item>
      <title>Can't seem to center my corporate Logo in HTML outout</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30222#M898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a document showing the output that I get as well as a code snippit.&amp;nbsp; I can't seem to get the Logo to center in the report header.&amp;nbsp; Seems like I should be using a Just=center pr something but can't seem to grok it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help that you may be able to offer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-d&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #0000ff; font-family: Courier New;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; color: #000080; font-family: Courier New;"&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 20:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30222#M898</guid>
      <dc:creator>Dick_Shryock</dc:creator>
      <dc:date>2012-03-13T20:01:20Z</dc:date>
    </item>
    <item>
      <title>Can't seem to center my corporate Logo in HTML outout</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30223#M899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is useful...or correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The docs say you need to modify the template, though I prefer modifying my CSS style sheet. The drawback to this method is wherever you use a ODS TEXT= will have the same format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS 9.2 Docs&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The following example uses a single ODS TEXT= statement to add text to PDF, HTML, and traditional RTF output. PROC TEMPLATE modifies the UserText style element which controls the font style, font color, and other attributes of the text that the ODS TEXT= statement adds.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 20:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30223#M899</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-03-13T20:39:52Z</dc:date>
    </item>
    <item>
      <title>Can't seem to center my corporate Logo in HTML outout</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30224#M900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can you put your graphic in title1 and move the rest of your titles down 1, as opposed to ODS TEXT? The reason I ask is that I do the sort of thing below all the time, and my image is centered above the 1st title (in this case, title2):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;j&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;c&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; color: purple; font-size: 10pt;"&gt;'^{style [preimage="&amp;amp;gHomeDir.Cetus_logo.jpg"]}'&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; color: purple; font-size: 10pt;"&gt;"Another title"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 21:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30224#M900</guid>
      <dc:creator>KarlK</dc:creator>
      <dc:date>2012-03-13T21:26:21Z</dc:date>
    </item>
    <item>
      <title>Can't seem to center my corporate Logo in HTML outout</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30225#M901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To modify the style sheet use EG Style manager. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value you're looking to change is User Text and alignment to center. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you're within EG based on the code provided so that should work easily enough. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd advice saving a copy of the template and use that instead of making modifications to the default template. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 21:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30225#M901</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-03-13T21:34:48Z</dc:date>
    </item>
    <item>
      <title>Can't seem to center my corporate Logo in HTML outout</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30226#M902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks this does the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 09:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30226#M902</guid>
      <dc:creator>Dick_Shryock</dc:creator>
      <dc:date>2012-03-14T09:58:53Z</dc:date>
    </item>
    <item>
      <title>Can't seem to center my corporate Logo in HTML outout</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30227#M903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, glad to hear it. By the way, in my example, I have "j=c" in the title line with the graphic. You probably don't need that. I realize now that I took this example from some existing code which used a style with left-aligned titles. Under normal circumstances, your titles (included preimaged graphics) will be centered by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an FYI.&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 15:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-t-seem-to-center-my-corporate-Logo-in-HTML-outout/m-p/30227#M903</guid>
      <dc:creator>KarlK</dc:creator>
      <dc:date>2012-03-14T15:34:48Z</dc:date>
    </item>
  </channel>
</rss>

