From mboxrd@z Thu Jan  1 00:00:00 1970
From: Renzo Been =?utf-8?b?Oi0p?= <swangdoodles@gmail.com>
Subject: Re: Images and html-export via data: ?
Date: Sat, 7 Feb 2009 20:31:35 +0000 (UTC)
Message-ID: <loom.20090207T200845-46@post.gmane.org>
References: <loom.20090207T174254-696@post.gmane.org>
	<e7cdbe30902071144k4515c8e6mad6f904ae18f720a@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1LVtq9-000389-BH
	for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 15:31:49 -0500
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1LVtq6-00034K-KN
	for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 15:31:47 -0500
Received: from [199.232.76.173] (port=53647 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1LVtq6-000341-Fl
	for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 15:31:46 -0500
Received: from main.gmane.org ([80.91.229.2]:35234 helo=ciao.gmane.org)
	by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.60) (envelope-from <geo-emacs-orgmode@m.gmane.org>)
	id 1LVtq5-00058E-SI
	for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 15:31:46 -0500
Received: from list by ciao.gmane.org with local (Exim 4.43)
	id 1LVtq5-0000WY-43
	for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 20:31:45 +0000
Received: from ip56507cb9.direct-adsl.nl ([86.80.124.185])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Sat, 07 Feb 2009 20:31:45 +0000
Received: from swangdoodles by ip56507cb9.direct-adsl.nl with local (Gmexim
	0.1 (Debian)) id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Sat, 07 Feb 2009 20:31:45 +0000
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: emacs-orgmode@gnu.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