In
\public_html\pmwiki\pub\css\local.css
add the following

@media print {
/* style sheet for print */
  .noprint {
    display : none;
  }
}

Then use a wiki style, eg

%noprint%

>>noprint<<
>><<

(:div class="noprint" :)
(:divend:)

to control what gets printed.

Simon

PS Patrick, could we add "noprint" to the core.




2008/6/5 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

> > My page has some content that is only relevant when viewed on the
> > screen. In print view, it's just clutter. Is there an easy way to
> > suppress it?
>
> This part of the page will print as usual
> (:if action browse:)
> This text will not be seen\\
> nor printed when in print view
> (:ifend:)
> This will also show as usual
>
>
> Luigi
>
> _______________________________________________
> pmwiki-users mailing list
> [email protected]
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>



-- 

http://kiwiwiki.co.nz
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to