see for example this faq tiddler:
http://www.tiddlytools.com/faq.html#FAQ_RepositionTagDisplay
> Specifically, the 'tagging' list appears on the left, below the
> tiddler content, but I would like it to be on the right-hand side
> either above or below the 'tags' list. I've tried moving it around in
> the ViewTemplate, but can't get it to stick.
>
just adapt:
.tagged { float:left !important; }
to:
.tagged { float:right !important; }
regards..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---