This works for me without any additional plugins:
First move the tagged and tagging DIVs after the viewer DIV in
ViewTemplate. You can kick out the tagClear DIV, too.
Then, insert this into your StyleSheet and tweak it to taste:
----------
.tagging ul, .tagged ul {list-style:none;  font-weight:normal;
visible:block; }
.tagging li, .tagged li { display: inline; }
.tagging li .tiddlyLinkExisting { font-weight:normal; }
.tagging, .tagged, .selected .tagging, .selected .tagged {
  float:none;
  border:none;
  margin: 0;
  padding: 0;
  background: [[ColorPalette::Background]];
  font-size:.8em;
}
----------
I'm no CSS guru, so it _may_ be improvable :-)

UBi

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