> sorry for this question: Which is the best/easiest/briefest way to
> replace the blue background color of Tilte/Subtitle with a background
> image? Which tiddler I have to edit, which tags I have to assign?
In [[PageTemplate]] (see more>shadowed in the sidebar), change this:
----------------
<div class='header' macro='gradient vert
[[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
----------------
to:
----------------
<div class='header' style='background-image:url("path/to/
filename.jpg")'>
----------------
> More advanced question:
> Using XHTML/CSS/JS I remember that I have read somewhere it will be
> somehow posible to show pictures
> not by linking to them but by (binary) include the image bytes.
> Unfortunately I don't know the solution anymore :-(
You are probably thinking of the the data:// URI protocol. This
protocol allows you to directly embed a mime type (e.g., image/jpg)
along with base64 text-encoded binary data within a URL reference.
Note: InternetExplorer doesn't support
> Embedding (small) images this way will have the advantage that
> TiddlyWiky then also is only one html file, no extra
> jpg images I must take care about.
see http://www.TiddlyTools.com/#AttachFilePackage
enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---