Skip to content

Instantly share code, notes, and snippets.

@tkuennen
Created January 14, 2020 19:52
Show Gist options
  • Select an option

  • Save tkuennen/be52a7c60b9719a10d4cbf089c23afd7 to your computer and use it in GitHub Desktop.

Select an option

Save tkuennen/be52a7c60b9719a10d4cbf089c23afd7 to your computer and use it in GitHub Desktop.
Disallow Printing with CSS
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