Forums

Printing Problem. Only prints 1 page. (2 posts)

  1. bill127300
    Member
    Posted 2 years ago #

    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.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    I want to print my site as it looks on the screen

    Good luck! Web-to-print technology is still pretty primitive and most browsers don't fully support all of the potential print css functionality.

    However, your site does have a large number of validation errors - some of which will impact on your print css.

Topic Closed

This topic has been closed to new replies.

About this Topic