On Nov 3, 10:52 am, "Michael.Tarnowski" <[email protected]> wrote:
> Hi Morris,
> thanks for hinting me to this interesting solution. But the "This
> another sentence" is indented like the enumertated items, I'am looking
> for  "un-indenting" the sentences. I tried a StyleSheet Css
> definition:

That's a hard one.  You could take the path of least resistance and
use the full ordered list convention.

#This another sentence
## item 1
## item 2
#This another sentence
##item 3
#Another sentence
##item 4

You can change the list-style-type to suit yourself in the StyleSheet
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}

Here's what is available as list types
http://twhelp.tiddlyspot.com/#%5B%5BList-style-type%20Property%20-%20CSS%5D%5D

Morris Gray
http://twhelp.tiddlyspot.com
A TiddlyWiki help file for beginners

On Nov 3, 10:52 am, "Michael.Tarnowski" <[email protected]> wrote:
> Hi Morris,
> thanks for hinting me to this interesting solution. But the "This
> another sentence" is indented like the enumertated items, I'am looking
> for  "un-indenting" the sentences. I tried a StyleSheet Css
> definition:
>
> .nSent
>         { margin-left:-2em; }
>
> with no effect. Unfortunately I'am not very familiar with CSS.
> Michael
>
> On Nov 2, 12:55 am, Morris Gray <[email protected]> wrote:
>
> > Here is a fix Eric Shulman suggested many moon ago. Place the
> > interspersed item in a CSS class wrapper (div) or (span) that starts
> > on the same line as the previous numbered bullet item, like this:
>
> > # item 1
> > # item 2{{div{
> > This another sentence}}}
>
> > #item 3{{div{
> > Another sentence}}}
>
> > #item 4
>
> > Morris
>
> > On Nov 2, 10:28 am, "Michael.Tarnowski" <[email protected]> wrote:
>
> > > Hi folks,
> > > does anybody knows how to continue an enumbered list, like
>
> > > This is a sentence
> > > # item 1
> > > #item 2
> > > This another sentence
> > > #item 3
> > > Another sentence
> > > #item 4
>
> > > Thanx for any ideas,
> > > Michael
--~--~---------~--~----~------------~-------~--~----~
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