Adding an image to a signature

To setup a URL image in the signature of an email follow these steps:

1.) Click on Preferences
2.) Click 'General Settings' under the Email section
3.) Set 'Default email composer' to 'Rich composer'
4.) Click the 'Save' button.
5.) Click 'Name and Signature' under the Email section
6.) The following code is an example for getting the BlueTie logo to appear in the
signature (note: the image link must be a public URL):

<a href="http://www.bluetie.com"><img border="0" src="http://www.bluetie.com/imgs/home_logo.png"></a>
This will only work in Rich or HTML formatted messages. If using plain text, the code
will show instead of the image.