Forums

Join

Info

print.css

  1. 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" />

  2. Hm.

    "<?php option( 'uri' ); ?>my-templates/print.css"

    Is the only way to do this at the moment.

  3. It works!

    Thanks again mdawaffe!

  4. You must log in to post.