From: "Renzo Been :-)" <swangdoodles@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Images and html-export via data: ?
Date: Sat, 7 Feb 2009 20:31:35 +0000 (UTC) [thread overview]
Message-ID: <loom.20090207T200845-46@post.gmane.org> (raw)
In-Reply-To: e7cdbe30902071144k4515c8e6mad6f904ae18f720a@mail.gmail.com
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
next prev parent reply other threads:[~2009-02-07 20:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-07 17:49 Images and html-export via data: ? Renzo Been :-)
2009-02-07 18:55 ` Sebastian Rose
2009-02-07 19:44 ` Manish
2009-02-07 20:31 ` Renzo Been :-) [this message]
2009-02-08 13:22 ` Carsten Dominik
2009-02-08 14:34 ` Renzo Been :-)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20090207T200845-46@post.gmane.org \
--to=swangdoodles@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).