How can I have different CSS when I print or print preview? -


i'd change things on web page. make things hidden. there way can css when print? in particular want able hide divs , contain.

this can achieved separate print stylesheet. media attribute key:

<link rel="stylesheet" type="text/css" href="print.css" media="print" /> 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -