View Single Post
  #3  
Old November 24th 06, 01:59 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 2,353
Default image in a form not shown in Outlook Explorer 6

Make sure that the src of the IMG element contains the full path to the
image file:

src="file://c:\myimages\myimage.jpg"

See if that fixes it.

steve

"Antony Lai" wrote in message
...
Recently I need to made a HTML form and mail to our customers. There was a
form inside the html e-mail. The e-mail shown everything including
img..., but could not show input type="image".... All other images
were
shown except that one. When I change the view from HTML to Normal, the
input image still there. However, I could not found it at the mail
received. Could somebody out there help.


Ads