[Web4lib] Printing Web Pages

Gimon, Charles A CAGimon at mplib.org
Thu Apr 20 11:00:27 EDT 2006


Print style sheets -- they're great!

List two style sheets, one with media=screen, the other with
media=print, like so:

<link rel="stylesheet" media="screen" href="main.css" type="text/css">
<link rel="stylesheet" media="print" href="print.css" type="text/css">

It does help if your original markup is more semantic/structural and
less "presentational". 

You can also make use of display: none; to rid printed pages of a
variety of visual cruft.

--Charles Gimon
  Web Coordinator
  Minneapolis Public Library

-----Original Message-----
From: web4lib-bounces at webjunction.org
[mailto:web4lib-bounces at webjunction.org] On Behalf Of Charles Gambrell
Sent: Thursday, April 20, 2006 9:50 AM
To: web4lib at webjunction.org
Subject: [Web4lib] Printing Web Pages


We seem to encounter more and more pages that fail to print as our 
customers want.  The right side of the web page is not printed.

Does anyone have a fairly easy solution for this problem?

Thanks for any help you can give.


_______________________________________________
Web4lib mailing list
Web4lib at webjunction.org
http://lists.webjunction.org/web4lib/


More information about the Web4lib mailing list