Info
- 3 posts
- 2 voices
- Started 5 years ago by kannued
- Latest reply from kannued
print.css
-
- Posted 5 years ago #
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" />
-
- Posted 5 years ago #
Hm.
"<?php option( 'uri' ); ?>my-templates/print.css"Is the only way to do this at the moment.
-
- Posted 5 years ago #
It works!
Thanks again mdawaffe!
-
You must log in to post.