Hi, I'm trying out mGSD and would like to print individual tiddler
notes without the contexts (or tags) printing. I'm using the
following for my StyleSheetPrint Tiddler.
@media print {
* {
margin: 0;
padding: 0;
}
#mainMenu, #sidebar, #messageArea,
.toolbar, .headerForeground, .siteSubtitle,
.siteTitle, .tagging, .tagged {
display: none !important;
}
body {
font-size: 12pt;
width: 6.5in;
height: 9in;
}
}
I'd appreciate any suggestions.
--
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.