Hi Jan
Try this (not tested):
/*{{{*/
@media print {
.header, .toolbar, .subtitle, .tagging, .tagged {display: none !
important;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where
print preview displays the noscript content */
}
/*}}}*/And/or check an example (I disabled some extra in this stylesheet): http://hoster.peermore.com/recipes/customers/tiddlers.wiki#StyleSheetPrint Bauwe On Feb 26, 7:29 pm, Jan <[email protected]> wrote: > Hello I spent some Time copypasting commands to suppress the printing > of the author, the Tags and the dates the tiddler was created and > modified.and the tiiddelertoolbar. > like: @media print { > .header {display: none ! important;} > .toolbar {display: none ! important;} > .tagged {display: none ! important;} > > } > > This had either no effect or caused quite au chaos... > Certainly my knowledege of CSS is to bad to do this correctly. > > Could someone post a working Style sheetprint supressing all Elements > except for the TiddlerTitles > > Best would be if the Tiddler was Commented to explain what -- 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.

