Previous Message
Next Message

print issue

Sent by Larry Israel on 17 February 2005 21:09


>> why when this prints it ignores the style sheet?
>>
>> http://sipphone.com/minutes/rates.html

> Because there is no print style sheet attached to it.

Browsers *should* use the linked style sheet when printing, because
media="all". (The fact that the style sheet has file name of "screen.css"
has no bearing.)

<link rel="Stylesheet" href="../screen.css" type="text/css" media="all" />

If some specific browser is ignoring this (which browser??), maybe there's
some other problem (though I don't see it, either). Don't know if it
matters in actual practice, but try changing rel="Stylesheet" to lower
case.

Larry
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: