CSS Print Stylesheet:-
many of us working on css to style web page for the visitors
you may added this line before in your page
<link rel=”stylesheet” type=”text/css” href=”cssfile.css” />
ok the css file now will affect the screen but what if we want the css affect the print
yes we want the visitor print the page but without the [...]



