Return to Snippet

Revision: 13098
at April 8, 2009 15:48 by HubertGaulin


Initial Code
<style type="text/css">
    @media print {
      .noprint { display: none; }
    }
  </style>

Initial URL
http://martybugs.net/articles/print.cgi

Initial Description
From this article, Martin "mpot" Pot mention:

" The above CSS definition is defining a style called noprint, and will only be applied to printed content. Setting the display property to none means any content using this CSS style will not be displayed when printed, but will be displayed for all other media types. "

Initial Title
CSS class for not displaying tag groups in print pages

Initial Tags
class

Initial Language
CSS