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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top