Hy Guy, 

You could use an <hr> element

* item1
* item
----
* item3
* item4

and some custom CSS eg:
Tiddler named: MyCssRules   tagged: $:/tags/Stylesheet

content

hr {
    border: none;
}

or 

hr {
    border-top: 1px lightgray;
}


If there is too  much space in between, you'd need to modify the ul margin 
a bit. 
eg: 

ul {
    margin-top: 4px;
    margin-bottom: 4px;
}

But be aware, that ul setting above is valid for all ULs afterwards.

hope that helps
have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to