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