I am trying to add a print style sheet, but I can't quite get the coding right. Here is what I have inputed into the header.php:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>print.css" type="text/css" media="print" />
I am trying to add a print style sheet, but I can't quite get the coding right. Here is what I have inputed into the header.php:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>print.css" type="text/css" media="print" />
Hm.
"<?php option( 'uri' ); ?>my-templates/print.css"
Is the only way to do this at the moment.
It works!
Thanks again mdawaffe!
You must log in to post.