Well, I am working on a coldfusion page, however, most of the stuff I am doing in there is HTML related. Hence wondering, is there a way, I can Insert a JPEG image in a coldfusion page?
I saw this document but it's for ZIP files :http://www.bennadel.com/blog/1464-Embedding-ZIP-Files-Inside-JPG-Files-Using-ColdFusion.htm
Please let me know how can I achieve this?
How I am getting an image:
Basically I have been provided a MS Word doc and inside that , there is a small credit card size image. So, I have copied and pasted that image onto Paint and then cropped that image to maintain the size and then I saved it in JPEG format. I hope the procedure I followed is fine.
More Clarifications:
This HTML/Coldfusion page will be used as a template in a email editor and will be send.I am just wondering if using an img
tag as suggested in one of the answer below would still work in that case? I hope this doesn't sounds like 100% different question now?