Created
January 14, 2020 19:52
-
-
Save tkuennen/be52a7c60b9719a10d4cbf089c23afd7 to your computer and use it in GitHub Desktop.
Disallow Printing with CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add print.css to the directory | |
| body { display: none; } | |
| Add this this to the page | |
| <link rel="stylesheet" type="text/css" href="print.css" media="print" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment