Making my first ever print stylesheet (I know, I'm way behind).  Anyhoo...

Is there some specification that says the print stylesheet must be in the
same directory as the file that's calling it?  Everything in my gut says "of
course not", yet I haven't been able to get mine to work until I put it in
the same directory as the html file.

This code works for me:

<LINK rel="stylesheet" type"text/css"
     href="../../css/minutesScreen.css" media="screen">
<LINK rel="stylesheet" type"text/css"
     href="minutesPrint.css" media="print">

This doesn't:

<LINK rel="stylesheet" type"text/css"
     href="../../css/minutesScreen.css" media="screen">
<LINK rel="stylesheet" type"text/css"
     href="../../minutesPrint.css" media="print">
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to