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

f.r.salomons salomons at wanadoo.nl
Wed May 23 13:12:48 CDT 2007


Petko Yotov schreef:
>> 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

Hmm, strange, both ways don't work for me. Can it be that something like 
that must be added to another CSS.file when using triad-skin?
Frits




More information about the pmwiki-users mailing list