Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Printing


Message #1 by Luke Chapman <luke@p...> on Fri, 30 Mar 2001 16:00:37 +0100
You will need to create a separate style sheet for the printed version and
use the media directive "print" when linking your style sheet.

<Link rel="stylesheet" href="somewhere.css" media="print">

-----Original Message-----
From: Luke Chapman [mailto:luke@p...]
Sent: Friday, March 30, 2001 10:01 AM
To: javascript
Subject: [javascript] Printing


Does anybody know if you can control the printing images or what type of
font it's printed in, when the page is printed?

Cheers
Luke

8)


  Return to Index