> I tried to play around with this and follow on. > I created a tiddler [[tagInTiddler1]] and then in my > css tiddler [[jpen24_Css]] I put in your css code. > For some odd reason the "work" portion will not stay hidden when not tagged. > The ''personal'' portion is hidden fine though. > Did I do something wrong or am I overlooking something?
The problem is due to the notation you pasted into your CSS, immediately preceding the definitions for .work and .personal CSS classes. You need to make sure that non-CSS content is properly enclosed in CSS comment markers (i.e., /* and */). In addition, to allow wiki-formatted content within the note, you can use the TW 'wikified comment' syntax (/*** and ***/, each on it's own line), like this: /*** ''Reference:'' https://groups.google.com/forum/?fromgroups#!topic/tiddlywiki/SEIPnAVxRA0 ↓ ***/ With the stylesheet content properly commented, it no longer interferes with the CSS definitions that follow it, and the selective display of tiddler content within the CSS wrappers then works as intended. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

