| |||||||||
|
|
Inserting a picture into your email signature of Outlook Express is not as easy it should be, however it is still possible. The usual signature in Outlook Express email is made up of text. Most probably your name, address, business name, and phone number. However if you have a picture or logo to insert into your email signature then it has to be done by inserting html. Unfortunately you cannot just put a picture into an email signature as the file size is too large. You also cannot put html files that are too large, so this is why we make a small html file that links to the picture and webpage you choose.
I am going to show you a basic html link that will point to a picture that is stored on the internet. So when the you send it in your email signature it will also be a link to a webpage and have text show up when the person moves their mouse over the picture. <a href="http://www.tips4pc.com/index.htm"><img src="http://www.tips4pc.com/images/Untitled-1.gif" alt="Tips4pc Logo - Free Computer Help and Education" width="339" height="89"></a> Yellow= The link.. Everything between <a and </a> is to do with the link. Green= This is where you put the url of the webpage you want your picture to link to. Red= Telling us to find the image source. Light Green= Where your image is on the net. The url you got when you found the properties of the image. Blue= The alt tag shows writing when the mouse goes over the picture. Put your own text in between the "" and "". Pink= The size of the image You can copy that exact code and just replace it with your url and image source and size. Copy from the <a to the </a> <a href="http://www.tips4pc.com/index.htm"><img src="http://www.tips4pc.com/images/Untitled-1.gif" alt="Tips4pc Logo - Free Computer Help and Tips" width="339" height="89"></a> How to make your HTML file with your picture or logo as a link
How to insert your html as your signature in Outlook Express
Notes:
Here is what my email signature looks like after I created the html file and added it to the Outlook Express email signature. If you mouse over my picture it will show the alt tag. It is also a link to my website.
Browse Sitemap for more Free Computer Help
See more Outlook Express Email Tips
About the Author Mitz Pantic wrote this article and others for http://www.tips4pc.com Browse Tips4pc.com for more articles that are written in an easy to understand interface and FREE computer help.
|
| |||||||