SyntaxFix
Write A Post
Hire A Developer
Questions
hm ... use the type of a stylsheet for printing ... eg:
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
print.css:
div { display: none; } #yourdiv { display: block; }