To follow up on the topic:

I also experienced that IE did not show the images. Firefox does show them.
That's actually how I found out about this trick. Firefox is using the

src="data:..."

inside it's bookmark file...

Abiword also uses it in it's html export.

And email messages that include images, also include them in a similar way.

I have been using

src="data:..."

inside the following html tags

<a href...> (include .zip or .html files)
<img ...> (all images)
<iframe ...> (include .zip .txt or .html files)

and also to include javascript (as base64) into the html code:
<script type="text/javascript" src="data:..."></script>

Ciao,
Renzo



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to