Re: [tw] TW5: Where to put CSS when doing a table made from a list filter

2013-11-17 Thread David Gifford
Hey! That's it. Actually, needed to do a little modification for it to work: <$list filter="[tag[personalcontacts]]"><$link to={{!!title}}><$view field="title"/><$transclude field="email"/><$transclude field="telephone"/> Thanks a bunch. Now I think I get it! Dave On Sun, Nov 17, 2013 at 5:26

Re: [tw] TW5: Where to put CSS when doing a table made from a list filter

2013-11-17 Thread Jeremy Ruston
Looking at your CSS, you are targeting th and td elements, and yet you are not generating those elements. Try this: <$list filter="[tag[personalcontacts]]"> <$link to={{!!title}}><$view field="title"/><$transclude field="email"/><$transclude field="telephone"/> A good candidate for a macro

Re: [tw] TW5: Where to put CSS when doing a table made from a list filter

2013-11-17 Thread David Gifford
So...is this a div or a span? I tried this: <$list filter="[tag[personalcontacts]]"> <$link to={{!!title}}><$view field="title"/><$transclude field="email"/><$transclude field="telephone"/> with the following CSS: /*HORIZONTAL ROWS*/ html body.tw-body .rowstable {background: #fff; border

Re: [tw] TW5: Where to put CSS when doing a table made from a list filter

2013-11-17 Thread Jeremy Ruston
Hi Dave I have this list filter > > <$list filter="[tag[personalcontacts]]" type="plain" class="contactstable"> > <$link to={{!!title}}><$view field="title"/><$transclude > field="email"/><$transclude field="telephone"/> > > > from which before the refactoring created a nice table where the colum

[tw] TW5: Where to put CSS when doing a table made from a list filter

2013-11-17 Thread David Gifford
Hi Jeremy, I have this list filter <$list filter="[tag[personalcontacts]]" type="plain" class="contactstable"> <$link to={{!!title}}><$view field="title"/><$transclude field="email"/><$transclude field="telephone"/> from which before the refactoring created a nice table where the columns line