Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

exclude html content when print

put this code in style tag
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
 
PREVIOUS NEXT
Tagged: #exclude #html #content #print
ADD COMMENT
Topic
Name
1+8 =