> /* puts a border around embedded text... use {{frametext{text}}} */
> .frametext {
> border-top: 3px solid #111;
> border-left: 3px solid #111;
> border-bottom: 3px solid #111;
> border-right: 3px solid #111;
> padding: .2em .5em .2em .5em
> }
Try defining this CSS rule in your [[StyleSheet]]:
.frameimg img { border: 3px solid #111; padding: .2em .5em; }
Then, use it this way:
{{frameimg{[img[foo.jpg]]}}}
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---