Try editing the StyleSheetPrint Tiddler

The shadow Tiddler looks like this. . .
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton,
#backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where
print preview displays the noscript content */
}
/*}}}*/

Try adding the following inside /*{{{*/ /*}}}*/

/* Tiddler print formatting */
.tiddler {
        overflow:visible;
        border-style: none ! important;
        margin:0px ! important;
        padding:0px ! important;
        padding-bottom:2em ! important;
        page-break-after: auto;
        page-break-before: auto;
}



Good Luck,

Mike

On Jan 2, 9:19 pm, Rod <[email protected]> wrote:
> Hi!
>
> I am using MonkeyGTD, built on tiddlywiki.   I think it is awesome
> technology.  I digress.  I am having exactly ONE issue with this.  I
> have a lot of tasks to track, so the print will span more than one
> printed page.  When I print preview from Firefox 3.5.6, the tasks
> truncate as if a tiddler is limited to printing on only one page.  I
> am going to e-mail this to the creator of MonkeyGTD also, but I wonder
> what you think of this.  I was expecting it to just span pages like
> any other web page does.
>
> Thanks!
> Rod

--

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.


Reply via email to