> SetIconPlugin doesn't render images in IE... - to my knowledge.. (It
> doesn't in the TW's I have setup with SetIconPlugin)

SetIconPlugin simply uses the reference you provide as the 'src' value
for the *generated* <img src="..."> that is automatically added to the
desired link.

SetIconPlugin can use regular external file references and/or
references to 'attachment tiddlers' (created with AttachFilePlugin).
However, IE doesn't render attached base64-encoded images, because it
doesn't support the needed data:// URI.

Even so, you can still use attached images with IE, as long as you
include both the encoded data *and* a local or remote link to an
external image file in the attachment tiddler's definition.

When using a FireFox (or another non-IE browser), the attachment's
encoded data:// content is applied... when using IE, the attachment
will automatically fall back to using the local/remote link, so that
the images are still displayed (as long as the external file exists,
of course).

> I didn't know you could use seticonP with nestedSliders? - I thought
> it needed a macro inside a {{span{}}}
> {{span{<<tiddler SomeTiddler>><<setIcon SomeImage.png ""notext">>}}}...
> Could it be done like this??:
> {{span{+++[<img src=HUGo.png>|more]>
> [[GettingStarted]]
> === <<setIcon SomeImage.png ""notext" >>}}} ??

You got it *almost* right... except that you should define the nested
slider as usual, with text labels, and then set the image using
<<setIcon>>, like this:

{{span{+++[label]>[[GettingStarted]]===<<setIcon SomeImage.png
""notext" >>}}}

Please view http://www.tiddlytools.com/#SetIconPluginInfo##Examples
for a complete list of the syntax for applying <<setIcon>> to various
other wiki formatting sequences.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to