<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating HTML Signatures on Outlook 2007</title>
	<atom:link href="http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/</link>
	<description>Thinking in .NET</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bullchicken</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-1190</link>
		<dc:creator>bullchicken</dc:creator>
		<pubDate>Thu, 28 Jan 2010 01:05:11 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-1190</guid>
		<description>Just load the signature html in internet explorer, then copy it and paste it into the signature editing window.</description>
		<content:encoded><![CDATA[<p>Just load the signature html in internet explorer, then copy it and paste it into the signature editing window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-637</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Fri, 09 Oct 2009 15:29:12 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-637</guid>
		<description>Hi,

Just ran across this.  Everyone had the right idea (Vista and Outlook 2007).  Only think I had to change to get this to work was to change the file extension of my existing signature from .html to .htm ... and magically it appeared.

Thanks all

Stu</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just ran across this.  Everyone had the right idea (Vista and Outlook 2007).  Only think I had to change to get this to work was to change the file extension of my existing signature from .html to .htm &#8230; and magically it appeared.</p>
<p>Thanks all</p>
<p>Stu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marsh</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-636</link>
		<dc:creator>David Marsh</dc:creator>
		<pubDate>Thu, 08 Oct 2009 19:31:35 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-636</guid>
		<description>The problem I have is that I need my html code to have image mapping capability and with Outlook 2007 I haven&#039;t been able to figure out how to implement that.  I use image mapping to make certain areas of the the email signature &quot;clickable&quot; and others just picture.

Any help on this would be greatly appreciated...thanks!</description>
		<content:encoded><![CDATA[<p>The problem I have is that I need my html code to have image mapping capability and with Outlook 2007 I haven&#8217;t been able to figure out how to implement that.  I use image mapping to make certain areas of the the email signature &#8220;clickable&#8221; and others just picture.</p>
<p>Any help on this would be greatly appreciated&#8230;thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: U.C.</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-566</link>
		<dc:creator>U.C.</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:31:23 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-566</guid>
		<description>Guys,

there is an easier way: 

Create your HTML file (if you have images they should be on web server of course)

then copy your file under C:\Documents &amp; settings\user name\Application Data\Microsoft\Signatures

user name = your windows user name.

then when you go to the outlook signatures page, you will see your html there.</description>
		<content:encoded><![CDATA[<p>Guys,</p>
<p>there is an easier way: </p>
<p>Create your HTML file (if you have images they should be on web server of course)</p>
<p>then copy your file under C:\Documents &amp; settings\user name\Application Data\Microsoft\Signatures</p>
<p>user name = your windows user name.</p>
<p>then when you go to the outlook signatures page, you will see your html there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dax</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-478</link>
		<dc:creator>Dax</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:27:11 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-478</guid>
		<description>I have not found a great solution yet, but I can tell you that since Outlook 2007 is XML based and the older versions are not, for some reason without the XML, Outlook will not embed the image. But if you copy and paste the signature like mentioned above, then look at the signature HTML file on the computer, you&#039;ll see there is a ton of XML. At that point, the image address is actually readable. If you have a central system managing your email signatures like we do, you&#039;d have to create one signature file for Outlook 2007 and then another for all the rest.

Hopefully that helps someone.</description>
		<content:encoded><![CDATA[<p>I have not found a great solution yet, but I can tell you that since Outlook 2007 is XML based and the older versions are not, for some reason without the XML, Outlook will not embed the image. But if you copy and paste the signature like mentioned above, then look at the signature HTML file on the computer, you&#8217;ll see there is a ton of XML. At that point, the image address is actually readable. If you have a central system managing your email signatures like we do, you&#8217;d have to create one signature file for Outlook 2007 and then another for all the rest.</p>
<p>Hopefully that helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byjil</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-457</link>
		<dc:creator>byjil</dc:creator>
		<pubDate>Tue, 19 May 2009 10:21:06 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-457</guid>
		<description>Daniel Murray..
i think that only works if your email will be read on explorer but not on outlook...

can u try another simple thing??
what my problem also is..
i want that under my name there is a moving text 

eg. 

  Just Kidding 

like that??

thanks a lot..</description>
		<content:encoded><![CDATA[<p>Daniel Murray..<br />
i think that only works if your email will be read on explorer but not on outlook&#8230;</p>
<p>can u try another simple thing??<br />
what my problem also is..<br />
i want that under my name there is a moving text </p>
<p>eg. </p>
<p>  Just Kidding </p>
<p>like that??</p>
<p>thanks a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Murray</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-454</link>
		<dc:creator>Daniel Murray</dc:creator>
		<pubDate>Fri, 15 May 2009 04:14:13 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-454</guid>
		<description>Wow easy! If you have a website, upload the html file you want as you signature file, select the area, copy and paste in to your signature edit area. done :-)

another way, if on vista this is the path: C:\Users\Home\AppData\Roaming\Microsoft\Signatures

not sure about XP but there is one. not hard to find I&#039;m sure...

anyway... just edit the .htm file. Copy and paste your html code over that.

Can&#039;t believe Microsoft for not making it simple!!</description>
		<content:encoded><![CDATA[<p>Wow easy! If you have a website, upload the html file you want as you signature file, select the area, copy and paste in to your signature edit area. done <img src='http://merill.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>another way, if on vista this is the path: C:\Users\Home\AppData\Roaming\Microsoft\Signatures</p>
<p>not sure about XP but there is one. not hard to find I&#8217;m sure&#8230;</p>
<p>anyway&#8230; just edit the .htm file. Copy and paste your html code over that.</p>
<p>Can&#8217;t believe Microsoft for not making it simple!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carolyn</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-451</link>
		<dc:creator>Carolyn</dc:creator>
		<pubDate>Tue, 12 May 2009 09:15:41 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-451</guid>
		<description>Hi,

I&#039;m having what may be a very basic problem. I only want to put the text of my signature beside my company logo. With Outlook 2003 I simply created this using a text box in Word, but now I do this, copy and paste from the browser and it reverts to pasting the text below the image. Is there any way to resolve this?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having what may be a very basic problem. I only want to put the text of my signature beside my company logo. With Outlook 2003 I simply created this using a text box in Word, but now I do this, copy and paste from the browser and it reverts to pasting the text below the image. Is there any way to resolve this?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How can I use online images in my e-mail signature? &#171; Dodona gives you answers</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-450</link>
		<dc:creator>How can I use online images in my e-mail signature? &#171; Dodona gives you answers</dc:creator>
		<pubDate>Tue, 12 May 2009 09:02:16 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-450</guid>
		<description>[...] This is how it should work in Outlook 2007 (did not test it yet): Easy: Creating HTML Signatures on Outlook 2007 Harder: Email Signature Etiquette with Outlook [...]</description>
		<content:encoded><![CDATA[<p>[...] This is how it should work in Outlook 2007 (did not test it yet): Easy: Creating HTML Signatures on Outlook 2007 Harder: Email Signature Etiquette with Outlook [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sponge</title>
		<link>http://merill.net/2008/03/creating-html-signatures-on-outlook-2007/comment-page-1/#comment-447</link>
		<dc:creator>Sponge</dc:creator>
		<pubDate>Thu, 07 May 2009 09:32:37 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/Creating-HTML-Signatures-on-Outlook-2007.aspx#comment-447</guid>
		<description>Tried almost all solutions on the web.. but none work the way i want to.

This is how i tried to do it:
1) make new signature in outlook 2007.
2) find the file that outlook creates.
3) pasted my own html code in the correct place (somewere near the bottom after all the crap code outlook puts in).
4) opened outlook and made a new email.
5) attached the signature.
6) picture goes all wacky (gets really small, while it originally is 600px wide).

I don&#039;t have a clue why this happens.. All sizes and entire style is defined to the pixel in the html code, but oulook seems to FAIL at showing it they way it&#039;s supposed to look.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Tried almost all solutions on the web.. but none work the way i want to.</p>
<p>This is how i tried to do it:<br />
1) make new signature in outlook 2007.<br />
2) find the file that outlook creates.<br />
3) pasted my own html code in the correct place (somewere near the bottom after all the crap code outlook puts in).<br />
4) opened outlook and made a new email.<br />
5) attached the signature.<br />
6) picture goes all wacky (gets really small, while it originally is 600px wide).</p>
<p>I don&#8217;t have a clue why this happens.. All sizes and entire style is defined to the pixel in the html code, but oulook seems to FAIL at showing it they way it&#8217;s supposed to look.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
