<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Newsletter templates</title>
	<atom:link href="http://templates.emailonlinenewsletter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://templates.emailonlinenewsletter.com</link>
	<description>How to create newsletter templates</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:03:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How can I send HTML mail using SQL Mail of SQL Server 2k?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-send-html-mail-using-sql-mail-of-sql-server-2k/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-send-html-mail-using-sql-mail-of-sql-server-2k/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Dlls]]></category>
		<category><![CDATA[Exec]]></category>
		<category><![CDATA[Microsoft Sql Server]]></category>
		<category><![CDATA[Myfriend]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/how-can-i-send-html-mail-using-sql-mail-of-sql-server-2k/</guid>
		<description><![CDATA[I am using SQL Server 2000. I wanted to send MIME type mail through SQL Mail. So I downloaded xpsmtp80.dll and copied to C:\Program Files\Microsoft SQL Server\MSSQL\Binn\DLL. Then I registered it by exec sp_addextendedproc &#8216;xp_smtp_sendmail&#8217;, &#8216;xpsmtp80.dll&#8217;. I granted permission to public by grant execute on xp_smtp_sendmail to public.Now when I am executing this
declare @rc int
exec [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-can-i-send-html-mail-using-sql-mail-of-sql-server-2k/">How can I send HTML mail using SQL Mail of SQL Server 2k?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>I am using SQL Server 2000. I wanted to send MIME type mail through SQL Mail. So I downloaded xpsmtp80.dll and copied to C:\Program Files\Microsoft SQL Server\MSSQL\Binn\DLL. Then I registered it by exec sp_addextendedproc &#8216;xp_smtp_sendmail&#8217;, &#8216;xpsmtp80.dll&#8217;. I granted permission to public by grant execute on xp_smtp_sendmail to public.Now when I am executing this</p>
<p>declare @rc int<br />
exec @rc = master.dbo.xp_smtp_sendmail<br />
    @FROM       = N&#8217;MyEmail@MyDomain.com&#8217;,<br />
    @TO         = N&#8217;MyFriend@HisDomain.com&#8217;,<br />
    @subject    = N&#8217;My first HTML mail&#8217;,<br />
    @message    = N&#8217;<HTML><H1>This is some HTML content</H1></HTML>&#8216;,</p>
<p>    @type       = N&#8217;text/html&#8217;<br />
select RC = @rc<br />
go</p>
<p>An error generating stating</p>
<p>ODBC: Msg 0, Level 16, State 1</p>
<p>Cannot load the DLL xpsmtp80.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).</p>
<p>(1 row(s) affected)</p>
<p>Please anyone help me to sort out this problem.<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-can-i-send-html-mail-using-sql-mail-of-sql-server-2k/">How can I send HTML mail using SQL Mail of SQL Server 2k?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-send-html-mail-using-sql-mail-of-sql-server-2k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free Flash Mx 2004 website templates?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/free-flash-mx-2004-website-templates/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/free-flash-mx-2004-website-templates/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:09:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Flash Templates]]></category>
		<category><![CDATA[Free Flash Website Templates]]></category>
		<category><![CDATA[Free Website]]></category>
		<category><![CDATA[Templates Flash]]></category>
		<category><![CDATA[Version Thanks]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/free-flash-mx-2004-website-templates/</guid>
		<description><![CDATA[Hi,
I was wondering if anyone can give me some links to free flash website templates for Flash MX 2004 (or older version)
Thanks
Newsletter templatesfree Flash Mx 2004 website templates?
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/free-flash-mx-2004-website-templates/">free Flash Mx 2004 website templates?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>Hi,<br />
I was wondering if anyone can give me some links to free flash website templates for Flash MX 2004 (or older version)<br />
Thanks<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/free-flash-mx-2004-website-templates/">free Flash Mx 2004 website templates?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/free-flash-mx-2004-website-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is There a way That I can Download Power Point Templates to My Flash Drive and use them on Another Computer? ?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/is-there-a-way-that-i-can-download-power-point-templates-to-my-flash-drive-and-use-them-on-another-computer/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/is-there-a-way-that-i-can-download-power-point-templates-to-my-flash-drive-and-use-them-on-another-computer/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 05:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Access Templates]]></category>
		<category><![CDATA[Computer School]]></category>
		<category><![CDATA[Download Flash]]></category>
		<category><![CDATA[Power Point Templates]]></category>
		<category><![CDATA[Templates Flash]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/is-there-a-way-that-i-can-download-power-point-templates-to-my-flash-drive-and-use-them-on-another-computer/</guid>
		<description><![CDATA[I have Power Point at school and at home, but i need to have more templates (backgrounds) for my project. I do not have internet at my house and I need to have access to more templates. Can someone tell me a step-by-step processs for doing this if it is possible? Thanks.
Newsletter templatesIs There a [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/is-there-a-way-that-i-can-download-power-point-templates-to-my-flash-drive-and-use-them-on-another-computer/">Is There a way That I can Download Power Point Templates to My Flash Drive and use them on Another Computer? ?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>I have Power Point at school and at home, but i need to have more templates (backgrounds) for my project. I do not have internet at my house and I need to have access to more templates. Can someone tell me a step-by-step processs for doing this if it is possible? Thanks.<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/is-there-a-way-that-i-can-download-power-point-templates-to-my-flash-drive-and-use-them-on-another-computer/">Is There a way That I can Download Power Point Templates to My Flash Drive and use them on Another Computer? ?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/is-there-a-way-that-i-can-download-power-point-templates-to-my-flash-drive-and-use-them-on-another-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yahoo mail html editor?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/yahoo-mail-html-editor/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/yahoo-mail-html-editor/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personalization]]></category>
		<category><![CDATA[Html Mail]]></category>
		<category><![CDATA[Mail Html]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Html]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/yahoo-mail-html-editor/</guid>
		<description><![CDATA[is there a yahoo mail inbiult html editor in mail coz when i forward a mail i need to make some changes in it but it already displays in graphical mode and when i see the url of picture in mail that i get from yahoo groups it gives that the picture is emmbeded with [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/yahoo-mail-html-editor/">yahoo mail html editor?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>is there a yahoo mail inbiult html editor in mail coz when i forward a mail i need to make some changes in it but it already displays in graphical mode and when i see the url of picture in mail that i get from yahoo groups it gives that the picture is emmbeded with the mail so plz help me out any kind of help will be appreciated. and how do run javascript on my mail well javascript is not important for now.<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/yahoo-mail-html-editor/">yahoo mail html editor?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/yahoo-mail-html-editor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;discuss&#8221; tab and add or replace it with &#8220;email article&#8221; tab in Mediawiki?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/removing-discuss-tab-and-add-or-replace-it-with-email-article-tab-in-mediawiki/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/removing-discuss-tab-and-add-or-replace-it-with-email-article-tab-in-mediawiki/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 03:49:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Mail Article]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/removing-discuss-tab-and-add-or-replace-it-with-email-article-tab-in-mediawiki/</guid>
		<description><![CDATA[I need some help with my wiki that I created for documentation at my job. I need to remove the discuss tab and/or replace it with a mail article tab. The tab needs to show across all pages like the discuss tab but when the tab is clicked it should invoke Microsoft Outlook with a [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/removing-discuss-tab-and-add-or-replace-it-with-email-article-tab-in-mediawiki/">Removing &#8220;discuss&#8221; tab and add or replace it with &#8220;email article&#8221; tab in Mediawiki?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>I need some help with my wiki that I created for documentation at my job. I need to remove the discuss tab and/or replace it with a mail article tab. The tab needs to show across all pages like the discuss tab but when the tab is clicked it should invoke Microsoft Outlook with a link to the wiki page in it.<br />
    I&#8217;ve seen a wiki that did this it had a email article tab and when you click it, Outlook opens up a email template with the wiki page link inserted in it.<br />
    Does anyone know how to do this?<br />
    Any help would be appreciated .<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/removing-discuss-tab-and-add-or-replace-it-with-email-article-tab-in-mediawiki/">Removing &#8220;discuss&#8221; tab and add or replace it with &#8220;email article&#8221; tab in Mediawiki?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/removing-discuss-tab-and-add-or-replace-it-with-email-article-tab-in-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page content posting without HTML editors?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/page-content-posting-without-html-editors/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/page-content-posting-without-html-editors/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 01:10:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Cut And Paste]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Html Editors]]></category>
		<category><![CDATA[Little Knowledge]]></category>
		<category><![CDATA[Page Content]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/page-content-posting-without-html-editors/</guid>
		<description><![CDATA[What is the easiest website template or format to maintain? I am looking to start a website where content needs to be added and changed daily as well as posting video audi updates, like a newsletter. I need a quick and easy to maintain site, but that still looks unique and not cookie cutter.
I have [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/page-content-posting-without-html-editors/">Page content posting without HTML editors?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>What is the easiest website template or format to maintain? I am looking to start a website where content needs to be added and changed daily as well as posting video audi updates, like a newsletter. I need a quick and easy to maintain site, but that still looks unique and not cookie cutter.</p>
<p>I have little knowledge of HTML and dreamweaver etc. What type of webpage formats exist that would convert a simple cut and paste from Word and allow the webmaster to add/edit content? Is there a certain program built into the webpage? What should I instruct the web designer in building this type of site?</p>
<p>Thanks!<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/page-content-posting-without-html-editors/">Page content posting without HTML editors?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/page-content-posting-without-html-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send an e-mail with a html code?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/how-to-send-an-e-mail-with-a-html-code/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/how-to-send-an-e-mail-with-a-html-code/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:55:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Attachments & Photos]]></category>
		<category><![CDATA[Code Html]]></category>
		<category><![CDATA[Html Animation]]></category>
		<category><![CDATA[Html Mail]]></category>
		<category><![CDATA[Send An E Mail]]></category>
		<category><![CDATA[Send Mail]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/how-to-send-an-e-mail-with-a-html-code/</guid>
		<description><![CDATA[I pasted a html code in an e-mail, and i sended it (as i read here), but it doesn´t work. No animation, on ly the code can be read it on the e-mail. What should i do???
But when you receive the e-mail you just see the code, then you don´t understand what is the code [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-to-send-an-e-mail-with-a-html-code/">How to send an e-mail with a html code?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>I pasted a html code in an e-mail, and i sended it (as i read here), but it doesn´t work. No animation, on ly the code can be read it on the e-mail. What should i do???<br />
But when you receive the e-mail you just see the code, then you don´t understand what is the code about.. the idea is that this html code start an animation, that could be clicked<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-to-send-an-e-mail-with-a-html-code/">How to send an e-mail with a html code?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/how-to-send-an-e-mail-with-a-html-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how can i put an html signature on my ipod touch mail application? possibly with ssh or winscp?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-put-an-html-signature-on-my-ipod-touch-mail-application-possibly-with-ssh-or-winscp/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-put-an-html-signature-on-my-ipod-touch-mail-application-possibly-with-ssh-or-winscp/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:15:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Music & Music Players]]></category>
		<category><![CDATA[Html Mail]]></category>
		<category><![CDATA[Html Signature]]></category>
		<category><![CDATA[Ipod Touch]]></category>
		<category><![CDATA[Mail Application]]></category>
		<category><![CDATA[Ssh]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/how-can-i-put-an-html-signature-on-my-ipod-touch-mail-application-possibly-with-ssh-or-winscp/</guid>
		<description><![CDATA[i was thinking maybe i could put in in myself through winscp?
Newsletter templateshow can i put an html signature on my ipod touch mail application? possibly with ssh or winscp?
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-can-i-put-an-html-signature-on-my-ipod-touch-mail-application-possibly-with-ssh-or-winscp/">how can i put an html signature on my ipod touch mail application? possibly with ssh or winscp?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>i was thinking maybe i could put in in myself through winscp?<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-can-i-put-an-html-signature-on-my-ipod-touch-mail-application-possibly-with-ssh-or-winscp/">how can i put an html signature on my ipod touch mail application? possibly with ssh or winscp?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-put-an-html-signature-on-my-ipod-touch-mail-application-possibly-with-ssh-or-winscp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How can I copy Outlook Template into a reply email?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-copy-outlook-template-into-a-reply-email/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-copy-outlook-template-into-a-reply-email/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:34:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[New Email]]></category>
		<category><![CDATA[Outlook Email]]></category>
		<category><![CDATA[Outlook Template]]></category>
		<category><![CDATA[Reply]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/how-can-i-copy-outlook-template-into-a-reply-email/</guid>
		<description><![CDATA[I&#8217;ve got several templates with information I need to send to customers.  Sometimes it needs to go into a Reply email rather than a New email.  
Is there an easy way to reply with that template info, other than opening a new email with that template, and then cutting and pasting?  I&#8217;m [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-can-i-copy-outlook-template-into-a-reply-email/">How can I copy Outlook Template into a reply email?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>I&#8217;ve got several templates with information I need to send to customers.  Sometimes it needs to go into a Reply email rather than a New email.  </p>
<p>Is there an easy way to reply with that template info, other than opening a new email with that template, and then cutting and pasting?  I&#8217;m using Outlook 2003 on an XP machine.<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-can-i-copy-outlook-template-into-a-reply-email/">How can I copy Outlook Template into a reply email?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/how-can-i-copy-outlook-template-into-a-reply-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I add a small graphic to my Yahoo email signature?</title>
		<link>http://templates.emailonlinenewsletter.com/2010/07/how-do-i-add-a-small-graphic-to-my-yahoo-email-signature/</link>
		<comments>http://templates.emailonlinenewsletter.com/2010/07/how-do-i-add-a-small-graphic-to-my-yahoo-email-signature/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 02:45:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personalization]]></category>
		<category><![CDATA[Bird Woman]]></category>
		<category><![CDATA[Email Signature]]></category>
		<category><![CDATA[Looney Bird]]></category>
		<category><![CDATA[Nothing Works]]></category>
		<category><![CDATA[Yahoo Email]]></category>

		<guid isPermaLink="false">http://templates.emailonlinenewsletter.com/2010/07/how-do-i-add-a-small-graphic-to-my-yahoo-email-signature/</guid>
		<description><![CDATA[Whenever I get an email from my sister her signature shows up &#8220;the looney bird woman&#8221; (she has parrots) and below the text is this little goofy looking animated parrot waving at you. How do you do this. She doesn&#8217;t remember because it&#8217;s been years since she did it and someone else told her how.
1. [...]<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-do-i-add-a-small-graphic-to-my-yahoo-email-signature/">How do I add a small graphic to my Yahoo email signature?</a></p>
]]></description>
			<content:encoded><![CDATA[<div><br/>Whenever I get an email from my sister her signature shows up &#8220;the looney bird woman&#8221; (she has parrots) and below the text is this little goofy looking animated parrot waving at you. How do you do this. She doesn&#8217;t remember because it&#8217;s been years since she did it and someone else told her how.<br />
1. Log in to your account.<br />
2. Click Options on the upper right side.<br />
3. Click Signature<br />
4. Click the View HTML Source<br />
5. Type in <img src="url of the picture"><br />
6. Then click Save<br />
This was a good answer, but where do you get these things. Have tried several and nothing works.<br/><a href=''></a></div>
<p><a href="http://templates.emailonlinenewsletter.com">Newsletter templates</a><br/><br/><a href="http://templates.emailonlinenewsletter.com/2010/07/how-do-i-add-a-small-graphic-to-my-yahoo-email-signature/">How do I add a small graphic to my Yahoo email signature?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://templates.emailonlinenewsletter.com/2010/07/how-do-i-add-a-small-graphic-to-my-yahoo-email-signature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
