Hi Jed
Thank you, though I confess I am too ignorant to understand your example. I tried experimenting with it for a while but I am obviously doing something wrong.
Also, I forgot to mention that the title will not be on a separate line. Below is what I created originally to make it look like I want. It consists of two list filters that will all flow together on the same line. The alt arrows are the 'titles' I am talking about.
<$list filter="[all[current]tags[]sort[title]]"> ↑ <$link><span class="giffbuttonsgreen"><$view field="title"/></span></$link></$list> <$list filter="[all[current]backlinks[]sort[title]] -[all[current]tags[]] -[all[current]links[]]"> ↔ <$link><span class="giffbuttonsblue"><$view field="title"/></span></$link></$list>
CSS:
.giffbuttonsblue {padding:2px;background-color:#DDF;padding-left:8px;padding-right:8px;line-height:25px;margin-right:8px;font-size:10pt;}
.giffbuttonsgreen {padding:2px;margin-top:30px;background-color:#DFB;padding-left:8px;padding-right:8px;line-height:25px;margin-right:8px;font-size:10pt;}
html body.tc-body a.tc-tiddlylink .giffbuttonsgreen {color:#694;}
What do I need to tweak in your example? It looked like a filter in a filter in a filter, and it wasn't clear to me what each part does. Sorry for my ignorance!