<?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>Make Tech Easier &#187; signatures</title>
	<atom:link href="http://maketecheasier.com/tag/signatures/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gmail: Create Custom Signature For Different Accounts</title>
		<link>http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14</link>
		<comments>http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:27:13 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[signatures]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=955</guid>
		<description><![CDATA[While Gmail allows you to set up and manage multiple email accounts within itself, the Gmail team seems to have overlooked the fact that each email account is meant for different purpose and you will need a different signature for each account. For sure, I don&#8217;t want to include all my business contacts when I [...]<p><strong><a href="http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14">Gmail: Create Custom Signature For Different Accounts</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/easily-create-and-insert-htm-signature-for-your-webmail/2008/10/16' rel='bookmark' title='Permanent Link: Easily Create and Insert HTM signature For Your Webmail'>Easily Create and Insert HTM signature For Your Webmail</a></li><li><a href='http://maketecheasier.com/manage-multiple-email-accounts-with-zoho-mail/2009/02/23' rel='bookmark' title='Permanent Link: How To Manage Multiple Email Accounts With Zoho Mail'>How To Manage Multiple Email Accounts With Zoho Mail</a></li><li><a href='http://maketecheasier.com/how-to-easily-add-a-custom-search-engine-to-your-firefox-search-bar/2008/10/31' rel='bookmark' title='Permanent Link: How To Easily Add A Custom Search Engine To Your Firefox Search Bar'>How To Easily Add A Custom Search Engine To Your Firefox Search Bar</a></li><li><a href='http://maketecheasier.com/login-to-multiple-accounts-on-the-same-website-simultaneously/2009/05/12' rel='bookmark' title='Permanent Link: How To Login To Multiple Accounts On The Same Website Simultaneously'>How To Login To Multiple Accounts On The Same Website Simultaneously</a></li><li><a href='http://maketecheasier.com/microblog-from-your-gmail/2009/05/09' rel='bookmark' title='Permanent Link: How to Microblog From Your Gmail/Jabber'>How to Microblog From Your Gmail/Jabber</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding-right:5px" title="gmail signature" src="http://images.maketecheasier.com/2008/10/gmail-signature.jpg" alt="gmail signature" width="300" height="231" align="left" />While Gmail allows you to set up and manage multiple email accounts within itself, the <a href="http://gmailblog.blogspot.com/" target="_blank">Gmail team</a> seems to have overlooked the fact that each email account is meant for different purpose and you will need a different signature for each account. For sure, I don&#8217;t want to include all my business contacts when I send an email to my family members, and vice versa. Currently, Gmail allows you to set only one signature and expect you to stick with it for all your email accounts.</p>
<p>Luckily for Firefox users, there is a Firefox extension &#8211; <a href="https://addons.mozilla.org/en-US/firefox/addon/7757" target="_blank">Blank Canvas Gmail Signatures</a> that enables you to insert custom html signature into your mails based on which email address you are sending form.</p>
<p>At the moment, Blank Canvas Gmail Signatures is still an experimental add-ons and is not yet available for the general use. However, if you <a href="https://addons.mozilla.org/en-US/firefox/users/register" target="_blank">sign up</a> an account with Mozilla and log in to your account, you will be able to install it just like any other Firefox extensions.</p>
<p>Blank Canvas Gmail signatures allows you to create up to 4 different signatures for each email address.</p>
<p>When you compose a new message, or reply/forward a current message, you will find a new dropdown field beside the &#8220;<em>From: </em>&#8221; field.</p>
<p><img title="gmail signature" src="http://images.maketecheasier.com/2008/10/gmail-signature1.jpg" alt="gmail signature" width="580" height="143" /></p>
<p>To create a new signature for a particular email address, first select the email adress on the <em>From</em> dropdown field. Next, click on the <em>Edit Signature.</em></p>
<p>Two large text boxes will appear. You can now create your custom signature on the first text box and see the preview on the second box. It only accept html codes, which means if you want to insert a line break, you have to use the code <em>&lt;br/&gt;</em></p>
<p><img title="Gmail - edit signature" src="http://images.maketecheasier.com/2008/10/gmail-signature2.jpg" alt="Gmail - edit signature" width="580" height="470" /></p>
<p>To insert an image signature, you have to first upload your signature image file to a Web server that can be accessed at any time with any computer. In the create signature field, place the following html image code to insert an image signature.</p>
<p class="codeblock">&lt;img src=&#8221;http://www.your-image-file-address.com&#8221; /&gt;</p>
<p>In the option field, you can configure whether the signature should appear before/after the quoted text. You can also change the label for each signature for easy identification.</p>
<p><img title="Gmail signature options" src="http://images.maketecheasier.com/2008/10/gmail-signature-option.jpg" alt="Gmail signature options" width="580" height="248" /></p>
<p>I found this Blank Canvas Gmail Signatures extension to be extremely useful as it eases all my frustration of having to edit the signature everytime I compose a message. Hopefully, it can get out of the experimental stage and become available for the mass public. Do you find this extension useful? What other ways do you use to create custom signature on your Gmail?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14">Gmail: Create Custom Signature For Different Accounts</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/easily-create-and-insert-htm-signature-for-your-webmail/2008/10/16' rel='bookmark' title='Permanent Link: Easily Create and Insert HTM signature For Your Webmail'>Easily Create and Insert HTM signature For Your Webmail</a></li><li><a href='http://maketecheasier.com/manage-multiple-email-accounts-with-zoho-mail/2009/02/23' rel='bookmark' title='Permanent Link: How To Manage Multiple Email Accounts With Zoho Mail'>How To Manage Multiple Email Accounts With Zoho Mail</a></li><li><a href='http://maketecheasier.com/how-to-easily-add-a-custom-search-engine-to-your-firefox-search-bar/2008/10/31' rel='bookmark' title='Permanent Link: How To Easily Add A Custom Search Engine To Your Firefox Search Bar'>How To Easily Add A Custom Search Engine To Your Firefox Search Bar</a></li><li><a href='http://maketecheasier.com/login-to-multiple-accounts-on-the-same-website-simultaneously/2009/05/12' rel='bookmark' title='Permanent Link: How To Login To Multiple Accounts On The Same Website Simultaneously'>How To Login To Multiple Accounts On The Same Website Simultaneously</a></li><li><a href='http://maketecheasier.com/microblog-from-your-gmail/2009/05/09' rel='bookmark' title='Permanent Link: How to Microblog From Your Gmail/Jabber'>How to Microblog From Your Gmail/Jabber</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/gmail-create-custom-signature-for-different-accounts/2008/10/14/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
