I don't remember if I've tried thing like

> {{className{
> [img[link]]
> }}}

> .className {
>     border: 1px dashed red;
> }

but basicaly this shouldn't work properly.

The class wrapping ( {{className{...}}} ) creates a <div> element with
the specified class. But you want to change CSS of the <img> element
in it, not the <div> itself. This is why you have to use

.className img {
    [your CSS]
}

instead.

At your service, Yakov.

On 12 ноя, 14:12, TonG <[email protected]> wrote:
> Hi,
>
> The basics for handling images is given in [1]
> More info about handling images is given in [2]
>
> If you use:
> ----
> Some text
> [img[title|filename]]
> More text
> ----
> there is no need for <br> ... <br>
>
> Cheers,
>
> Ton
> [1]http://www.tiddlywiki.com/#EmbeddedImages
> [2]http://twhelp.tiddlyspot.com/#FormattingImages
>
> On Nov 12, 11:16 am, Ciofegates <[email protected]> wrote:
>
>
>
> > 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 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