Embedding Base64 images in HTML

It is really possible to embed a base64 encoded image inside an <img /> tag in html
The following links have more information on it:


http://www.greywyvern.com/code/php/binary2base64

http://danielmclaren.net/2008/03/embedding-base64-image-data-into-a-webpage
http://dean.edwards.name/weblog/2005/06/base64-ie/

Comments are closed.