> You might find the docs space on tiddlyspace useful for this sort of
> stuff.http://docs.tiddlyspace.com/
>
> There are few options available when working with images but to get
> the most flexibility you could add a CSS class to it and then apply
> styles and layouts to it through CSS rules.
> To add a class:
> {{className{
> [img[link]]
>
> }}}
>
> Then refer to your "className" in your stylesheet tiddler. E.g.
> .className {
> border: 1px dashed red;
>
> }
Thanks for your hint and Yakov's one.
Unfortunately, I was not able to use it. I think that I do not know
how to set a stylesheet tiddler.
In the tiddler containing my image I have put:
{{evid{[img[link]]}}}
In anothertiddler I have named "Stylesheet" I have put:
{{{
.mainMenu { color: red; }
.evid img {
border: 3px dashed red;
}
}}}
but it does not work... Evidently I made a mistake, but I do not
realize where... :(
--
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.