CopyPastor

Detecting plagiarism made easy.

Score: 0.8449251765635476; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2023-04-18
by Gargi Kantesaria

Original Post

Original - Posted on 2008-12-10
by Diodeus - James MacFarlane



            
Present in both answers; Present only in the new answer; Present only in the old answer;

In your stylesheet add:
``` @media print { .no-print, .no-print * { display: none !important; } } ``` Then add class='no-print' (or add the no-print class to an existing class statement) in your HTML that you don't want to appear in the printed version, such as your button.
In your stylesheet add:
@media print { .no-print, .no-print * { display: none !important; } }
Then add `class='no-print'` (or add the no-print class to an existing class statement) in your HTML that you don't want to appear in the printed version, such as your button.

        
Present in both answers; Present only in the new answer; Present only in the old answer;