Hello,
I created a print.css file on the root of my stylesheet directory and I added the css in the header.
Now: how can I exclude things from being printed?
For example I added this in my footer.php:
<br style="clear:both" />
<div id="colophon2">
<div style="padding-top:12px; text-align:center">
<p>SOMETHING</p>
</div>
</div>
I don't want it to be in the print page, how can I do this?
I know that I could solve this putting the code on a footer widget, but unfortunately I can't use 'em for this.
Thanks in advance!
P.S.: WordPress 3.2.1 and theme is a child of TwentyTen.