Hi,
I want to have a different css file for printing the pages.
So I've added a css link to the masterpage, with the media="print" tag.
The problem is that the css files included through themes don't have this tag (media="screen").
And since they don't have a media-tag, they are all included when printing.
Is there any way I can add the media-tag to the dynamicly added css files?
Thanks in advance,
Cryothic