yippiekyyay
Programmer
Hello,
There are some things on my page that I would like to see added only when printed. I added class to distinguish between the normal header and the ones that I don't want to see until I print, like so:
H2.printver {display:none;}
What I'd like is for when it gets printed, the "none" changes to "normal". Is this possible? If not, is there such a thing as a "print-only" attribute?
Thank you!
-Sean
There are some things on my page that I would like to see added only when printed. I added class to distinguish between the normal header and the ones that I don't want to see until I print, like so:
H2.printver {display:none;}
What I'd like is for when it gets printed, the "none" changes to "normal". Is this possible? If not, is there such a thing as a "print-only" attribute?
Thank you!
-Sean