> How can I insert a not-inline image so to avoid to write > <br>[img[link]]<br>? How to center it? > How to use a custom boder? I have tried with @@border: > 5px;@@[img[link]] but it does not work... > Every explanation and even link will be appreciated. Maybe till now I > have searched in the bad place, sorry.
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; } Hope that helps, Colm -- 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.

