The Stylesheet below was in deed able to eliminate the Top Title and the
notices on the editor in the printview.
What remains to be made invisible is the Tags and the Editbar which do
not have a real use in the Printversion...
Does anyone hav an Idea?
/*{{{*/
@media print {#mainMenu {display: none ! important;}}
@media print {#topMenu {display: none ! important;}}
@media print {#sidebar {display: none ! important;}}
@media print {#messageArea {display: none ! important;}}
@media print {#toolbar {display: none ! important;}}
@media print {.header {display: none ! important;}}
@media print {.tiddler .subtitle {display: none ! important;}}
@media print {#tiddler #toolbar {display; none ! important; }}
@media print {.tiddler .tagging {display; none ! important; }}
@media print {.tiddler .tagged {display; none ! important; }}
@media print {#displayArea {margin: 1em 1em 0em 1em;}}
/*}}}*/
> Cheers M�ns M�rtensson
Thanks for the help on the stylesheet M�ns and Bauwe.
The Stylesheet below was in deed able to eliminate the Top Title and the
notices on the editor in the printview.
What remains to be made invisible is the Tags and the Editbar which do
not have a real use in the Printversion...
Does anyone hav an Idea?
/*{{{*/@media print {#mainMenu {display: none ! important;}}
@media print {#topMenu {display: none ! important;}}
@media print {#sidebar {display: none ! important;}}
@media print {#messageArea {display: none ! important;}}
@media print {#toolbar {display: none ! important;}}
@media print {.header {display: none ! important;}}
@media print {.tiddler .subtitle {display: none ! important;}}
@media print {#tiddler #toolbar {display; none ! important; }}
@media print {.tiddler .tagging {display; none ! important; }}
@media print {.tiddler .tagged {display; none ! important; }}
@media print {#displayArea {margin: 1em 1em 0em 1em;}}/*}}}*/
> Cheers M�ns M�rtensson