ahh, thanks
though the print skin is still mysterious to me, this other thread gave me what i needed.
thanks
adam




Message: 1
Date: Sun, 8 Jun 2008 14:31:50 +1200
From: Simon <[EMAIL PROTECTED]>
Subject: Re: [pmwiki-users] How to suppress text in print view
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Cc: PmWiki-Users List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

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







Message: 1
Date: Mon, 2 Jun 2008 00:15:09 -0700
From: adam overton <[EMAIL PROTECTED]>
Subject: [pmwiki-users] print - PageText missing
To: pmwiki-users <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"



hi
i'm currently messing around with the 'print' action
and am finding that when action=print is called
my PageText disappears on any pages using included text & templates
-- all i see is the header and footer...
i am currently using the default print page
is there a way to avoid this and to see everything?
thanks,
adam


. . .

[EMAIL PROTECTED]
661 373 8679




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

Reply via email to