[pmwiki-users] SectionEdit cookbook : How to avoid "Section Edit " labels on printed page?

Petko Yotov 5ko at free.fr
Wed May 23 06:51:28 CDT 2007


> Philippe Boeraeve <pboeraeve at yucom.be> wrote in
>
> news:loom.20070522T221742-877 at post.gmane.org:
> > Something annoying is that if I print my page, the "Section Edit"
> > labels appear on the printed page. Is there any means to change the
> > CSS or something else to avoid that? I have never changed any CSS,
> > thus please could you give me all the instruction if it is the way to
> > solve the problem. Thanks, Philippe.

You can add in pub/skins/pmwiki/pmwiki.css the following code:

@media print {
   .sectionedit {display: none; visibility:hidden;}
}

Or, if you wish to print it in the "print" skin, add into 
pub/skins/print/print.css the code:
.sectionedit {display: none; visibility:hidden;}

Thanks,
Petko




More information about the pmwiki-users mailing list