Try this css:

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

And this for your table:

@@.contacts
<$list filter="[tag[personalcontacts]]"><$view field="title" 
format="link"/><$transclude field="email"/><$transclude 
field="telephone"/></$list>
@@

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