[thelist] how do browsers select print area?

Rebecca Milot-Bradford RMilot-Bradford at nsca-lift.org
Tue Nov 27 16:43:37 CST 2001


> i am trying to make my pages printable for users without them 
> having to go 
> to a "printer frindly" page.  i have tried <link 
> rel=alternate media=print 
> href="blah/blah">, this doesn't seem to work with dynamic 
> URL's.

I'm not sure I entirely understand your problem, but I achieve that effect
using this:

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

I don't think you have to specify it as an alternate style sheet, just
specify that media="print"




More information about the thelist mailing list