Directly embedding JPEGs in an HTML file
Posted
by roygbiv
on Stack Overflow
See other posts from Stack Overflow
or by roygbiv
Published on 2010-06-08T20:32:00Z
Indexed on
2010/06/08
20:42 UTC
Read the original article
Hit count: 290
I can embed a mime encoded JPEG in an html page by saving the page from IE using the File-SaveAs menu and selecting (Web Archive, single file (*.mht)).
Renaming this .mht file with .eml enables Outlook to open it and send an HTML email.
My questions are:
How can I embed JPEG images directly in HTML pages (no external files). Are the images just mime encoded inline in the HTML?
It appears that this is IE specific. Do any other browsers support this functionality?
© Stack Overflow or respective owner