Thanks! That did the trick. I should have thought of that!
On Sat, Aug 30, 2014 at 8:02 AM, Andreas Hahn <[email protected]> wrote: > Hi David, > > yes that does not work, you are hiding #tw-tags-wrapper when instead it > should be .tw-tags-wrapper: > > @media print {.tw-tags-wrapper {display: none;}} > > When I try it with that, it works. > > /Andreas > > > Am 30.08.2014 14:50, schrieb David Gifford: > > Thanks, Andreas, but your solutions eliminate the tags from viewing in > the TW. I want the tags to appear in the TW. I just don't want them to > print. > > I tried > > @media print {#tw-tags-wrapper {display: none ! important;}} > > but that didn't work. > > > On Sat, Aug 30, 2014 at 7:29 AM, Andreas Hahn <[email protected]> > wrote: > >> Hi David, >> >> either remove the $:/tags/ViewTemplate tag from >> $:/core/ui/ViewTemplate/tags or hide the tags wrapper: >> >> .tw-tags-wrapper { >> display: none; >> } >> >> /Andreas >> >> Am 30.08.2014 13:52, schrieb David Gifford: >> >> Hi all >> >> What would be the appropriate CSS to avoid printing ViewTemplate/tags? >> -- >> 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/d/optout. >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/ak-ADjDkBgo/unsubscribe. >> To unsubscribe from this group and all its topics, 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/d/optout. >> > > > > -- > David Gifford > Christian Reformed World Missions, Mexico City > -- > 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/d/optout. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/ak-ADjDkBgo/unsubscribe. > To unsubscribe from this group and all its topics, 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/d/optout. > -- David Gifford Christian Reformed World Missions, Mexico City -- 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/d/optout.

