Directly embedding JPEGs in an HTML file
- by roygbiv
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?