Using a second stylesheet to print
-
I have this code to link my stylesheet:
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
But how do I link another one for printing (stylsheet_print.css). I have the stylesheet ready with the media=”print” but I don’t know how the site can access to it.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Using a second stylesheet to print’ is closed to new replies.