Posted by David Dorward on 04/28/06 20:45
Asterbing wrote:
> How to display image data embedded in the html page itself.
Use data URLs.
> Seen <img src:"data:image/gif;base64,...">, but it doesn't work in IE.
Correct.
> What workaround ?
There isn't one. Use an external resource.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|