I want to print my site as it looks on the screen. I changed:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
to
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" />
Now it prints how it looks. But major problem. It only prints the first page. Anything at the bottom of the webpage or the footer does not get printed at all in Firefox. And strangely using IE (8) it only prints the last page with the footer but leaves off all the beginning stuff.
My site is http://www.doverma.org/wordpress and I'd appreciate it if anyone could take a look and give me an idea of what to do.
I've tried using an external print.css file also and it did the same thing.