> One other question?  Is there a way to eliminate the bubble around the
> icon?    (like a button under the icon)

The image replaces the text, but does not otherwise alter the
surrounding 'button' element (which includes a border).  You should be
able to eliminate the border around the icon by using CSS.  Try this:

in [[StyleSheet]], write:
   .icon .button { border:0; }

and then, in your tiddler content, write:
   {{icon{<<saveChanges>><<setIcon disk.png "" notext>>}}}

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