"Liven" <> wrote in message
news:B2063163-44A8-461A-A4C6-...
> Hello,
> I posted a similar question before and got no answer:
> http://www.microsoft.com/communities...&cr=&sloc=&p=1
>
> So I make the question simple, can IE8 open a ".mht" file with images
> correctly?
Yes, IE8 can open saved MHT files with images correctly.
In your original post, you listed your example code as the following:
<html><body><img src="Zapotec.bmp"/></body></html>
Take the forward slash mark "/" out of the image tag in your test markup and
then try saving it as an MHT file, see if that doesn't make a difference.
Good luck,
Donald Anadell
>
> Because in my case, IE8 translates the urls in the ".mht" to its
> original url, but not the url in the ".mht" file though it already packed
> the
> images into the ".mht" file.
>
> PS: The ".mht" file is saved with IE8 and can be opened correctly with
> IE6.
>
> Thanks to anyone shows me a clue!