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
Post a Comment