> With a heading, it is not possible to use: > *{{compactList{ > *Compact item 1 > *Compact item 2 > }}} !!!Heading after Compact List* > > Does anyone have a suggestion I can try for this situation?
If you don't want any of the <br>s in tiddler to show you could include this in your stylesheet: .viewer br { display: none; } If you just don't want the <br> to show after the "compactList" then you could try the following: .compactList + br { display: none; } Unfortunately the 2nd technique won't work in IE6 but hopefully you aren't unlucky enough to have to ever use IE6. Colm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.