* Thus wrote Gerben:
> css:
> 
> img{display:none;}

Dont forget to mention the media:

@media print {
  img { display: none; }
}

Of course this is going on the assumption you dont have things like

  <td><img src="/trans.gif" width="233" height="30"></td>


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to