Signature

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a signature using a pic of our business card and
windows mail is not allowing me to do it.

This wasnt a problem in Outlook on old PC.

Can anyone help me?
 
An image has to be referenced in a HTML file, which you have to create.

So you can copy this into Notepad and then edit the path to the image and
save it as an htm file and then designate that as your signature file.

<HTML>
<BODY>
<IMG src=file://c:\myimages\myimage.jpg
</BODY>
</HTML>

steve
 
steve, I think you forgot the quotes..... and closing bracket

<IMG src="file://c:\myimages\myimage.jpg">
 
thanks. That's very weird as the quotes got removed when it turned into a
hyperlink. I thought I put the end > on there as well, but it was late. <G>

steve
 
Back
Top