Todd Cary <mailto:[EMAIL PROTECTED]>
    on Thursday, May 13, 2004 3:15 PM said:

> I have a news letter produced by PageMaker that is normally put into
> PDF format so the user can download it.  However, I would like to
> have a Printer Friendly version (no graphics).  Is there a PHP
> program that can take an HTML version and remove the graphics or is
> there a better way with pagemaker?

this is not a php solution so it's a bit offtopic (but i don't really
care... :P)

do it with a different stylesheet.

add the following style to a printer friendly stylesheet:

img {
        display: none;
        }

your html will stay exactly the same, the only difference is that all
the images will not be displayed.



chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to