Mike,

Thanks so much for the reply.  However, that did not work. I placed it
both before and after the existing code.  I saved the tiddly and re-
opened it.  No luck.

Any other ideas?  This is such an awesome tool, if it just printed for
me, for offline usage.

THANKS!

Rod
On Jan 3, 7:51 am, Mike <eris...@gmail.com> wrote:
> 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 <rlfa...@yahoo.com> 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- Hide quoted text -
>
> - Show quoted text -

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to