Petko Yotov schreef:
>> Philippe Boeraeve <[EMAIL PROTECTED]> wrote in
>>
>> news:[EMAIL PROTECTED]:
>>> 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


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

Reply via email to