Hi, just want to ask if it is possible to embed a jpg image into an html page, so that for example when I send out the html file, I don't have to send out the separate jpg file together as well?
I know this can be done by converting it into a pdf, however, since I've been told to do the page in html format, therefore I'm not sure if it is do-able or not.
Not possible to encode it into the page as far as I know. However, if the image is available on a server - and the image src is the entire path http://www.yoursite/images/image.jpg - then you wouldn't need to send the image with the file: anyone viewing the html file who is connected to the web will see the image. (This is the approach most often used for broadcast email.)
Bookmarks