Thank you eric. That's what I want. TonyM, thinks and will take a look at
the plugins.

On 4 March 2010 12:23, Eric Shulman <[email protected]> wrote:

> > I removed the line, but the chapters become like:
> >
> > Chapter 1 Chapter 2 Chapter 3
> >
> > not
> >
> > Chapter 1
> > Chapter 2
> > Chapter 3
>
> Enclose each nested slider inside a CSS wrapper, using any classname
> (it doesn't even need to have a definition in StyleSheet!).  When
> "{{classname{" is immediately followed by a newline, the core handler
> creates the wrapper as a DIV element, which forces a line break
> immediately following the matching "}}}".  Note: if other content
> follows "{{classname{" on the same line, then it will create a SPAN
> element, which will not produce the desired result.
>
> {{foo{
> +++[Chapter 1]
> ...
> ===}}}{{foo{
> +++[Chapter 2]
> ...
> ===}}}{{foo{
> +++[Chapter 3]
> ...
> ===}}}
>
> which will appear as:
> Chapter1
> Chapter2
> Chapter3
> on separate lines... and, when expanded, they will not have extra
> blank lines, because we aren't using literal newlines in between each
> slider.
>
> 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]<tiddlywiki%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>

-- 
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