Display animated GIF in Outlook Express signature.
Solution
Create signature HTML file (you can use Notepad):
<HTML> <BODY> My signature <p> <IMG SRC="http://www.selteco.com/logo40a.gif"> </BODY> </HTML>
The image must be available online under public URL, you can't use file path like C:\myfile.gif. You have to upload the signature file to your web server so the image will appear on recipient's computer.
Save the HTML file as signature.htm (to save this file right click and choose "Save Target As")
To create the signature in Outlook Express choose "Tools" > "Options", select "Signatures" tab and click "New" to create a new signature. Select "File" option and browse "signature.htm".
Click OK. Now you can add signatures to outgoing emails.