What I do is create the print style i want then print to PDF
(PDFCreater on windows) then email the thing round.
It's easy, works and keep the managers happy and they can still copy
and paste stuff out of it.
D
On Oct 15, 1:13 pm, FND <[EMAIL PROTECTED]> wrote:
> > This *should* include the def
> This *should* include the definitions from StyleSheetPrint [...]
> so print-specific CSS should work just fine.
Yeah, but only when actually printing - i.e. not when viewing and saving
the document as an HTML file.
Come to think of it, I don't think there's a simple and reliable way to
acti
> Well, you could do that with a little bit of custom CSS:
> [EMAIL PROTECTED] print {
> .tiddler .subtitle {
> display: none;
> }
> }
> Note that I've wrapped this in "@media print { ... }", which means it
> only applies when printing - not sure whether the
> I'm also hoping to remove the 'edited by' meta information
Well, you could do that with a little bit of custom CSS:
@media print {
.tiddler .subtitle {
display: none;
}
}
Note that I've wrapped this in "@media print { ... }", which means it
only applies
4 matches
Mail list logo