emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Images and html-export via data: ?


From: Renzo Been : - )
Subject: [Orgmode] Re: Images and html-export via data: ?
Date: Sat, 7 Feb 2009 20:31:35 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]