I looked at it again and see what I changed:

CSS

body .tw-list-frame.contactstable {
    display: table;
}
body .tw-list-frame.contactstable .tw-list-element {
    display: table-row-group;
}
body .tw-list-frame.contactstable .tw-tiddler {
    display: table-row;
}
body .tw-list-frame.contactstable .tw-view-link,
body .tw-list-frame.contactstable .tw-transclude {
    display: table-cell;
    padding: 4px;
    border-bottom: 1px solid;
}

Tiddler

<$list filter="[tag[personalcontacts]]" type="plain" 
class="contactstable"><$view field="title" format="link"/><$transclude 
field="email"/><$transclude field="telephone"/></$list>

No @@ required

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to