Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<link rel="alternate" media="print" href="printversion.doc">
<style type="text/css">
@media print{
.hideOnPrint{ display:none }
}
</style>
<div class="hideOnPrint">
This [i]will[/i] show on the screen, but [i]will not[/i] be printed.
</div>
<div class="hideOnPrint">
<input
type="checkbox"
onclick="this.parentNode.className=this.checked?'':'hideOnPrint';"
class="hideOnPrint">
This will only print when my checkbox is checked.
</div>
<div class="hideOnPrint">
<input
type="checkbox"
onclick="this.parentNode.className=this.checked?'':'hideOnPrint';"
class="hideOnPrint">
This will only print when my checkbox is checked.
</div>