Hi FND,

Thanks for the idea. Unfortunately, it doesn't work, because the <br>
is not enclosed by the newly created <span>?!? Doesn't that mean that
the "macro-call" initiated via <<callFoo>> is somehow producing it?

I saw you were one of the last to 'fiddle with' (I mean maintain :o)
DcTableOfContentsPlugin.
Any idea where the <br> could come from?

It has got to be js/html related... I mean, I couldn't create that via
css, could I?

Thanks!


tb.


On 23 Jun., 17:29, FND <f...@gmx.net> wrote:
> > When I use certain <<macros>> in tiddlers they seem to be followed by
> > a single (excessive) <br>
>
> Well, that's up to the individual macro's implementation.
> For example, the following does not insert a spurious line break:
>      foo <<version>> bar
>
> You could use a custom class wrapper* around the respective macro:
>      {{myCustomClass{<<myMacro>>}}}
> Then add the following to your StyleSheet:
>      .myCustomClass br {
>          display: none;
>      }
>
> -- F.
>
> *http://tiddlywiki.org/wiki/TiddlyWiki_Markup#Custom_Styling
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to