Signature with Logo Problems

  • Thread starter Thread starter Allison
  • Start date Start date
A

Allison

We have created our business logo and I have converted it to a Html file. I
created a new signature and select file, browse and the Html logo file I
created, click ok, apply, ok. Then when I go and do the e-mail test and
insert the signature into my e-mail the logo does not show up. It is just
the outline of a box with an "x" in the corner and " hex0.jpg"
If anyone could help that would be great.
 
under Tools - Options - Send be sure you have selected HTML and under the HTML settings the one for include pictures.


(e-mail address removed)



We have created our business logo and I have converted it to a Html file. I
created a new signature and select file, browse and the Html logo file I
created, click ok, apply, ok. Then when I go and do the e-mail test and
insert the signature into my e-mail the logo does not show up. It is just
the outline of a box with an "x" in the corner and " hex0.jpg"
If anyone could help that would be great.
 
You need to specify the full path to the image and not the relative path.
i.e. <img src="file://c:\myimages\myimage.jpg"> and not <img
src="myimage.jpg">

steve
 
Back
Top