Hi axelm

> <<tiddler name with:{{tiddler.title}}>>some text follows here
>
> Problem is that the "some text follows here" text goes on the next line. I
> want it following the ">>" directly. How do I stop it from going to the next
> line?

Hmm - I don't know if this will work:

copy this classdefinition into your StyleSheet tiddler:
.nowrap
        { white-space:nowrap; }

enclose your line with {{nowrap{}}} like this:
{{nowrap{<<tiddler name with:{{tiddler.title}}>>some text follows
here}}}

Have you checked your [[name]] tiddler for trailing white space ??

Cheers Måns Mårtensson

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