By joachim on
I want to add an extra stylesheet to my theme for printing.
I found this handbook page on it, but I can't get it to work: http://drupal.org/node/64144
I'm guessing it's out of date.
What's the way to do it on Drupal 5?
I want to add an extra stylesheet to my theme for printing.
I found this handbook page on it, but I can't get it to work: http://drupal.org/node/64144
I'm guessing it's out of date.
What's the way to do it on Drupal 5?
Comments
Two methods I'm aware of
Two methods I'm aware of are:
In template.php of your theme folder, add the following line (anywhere):
More info: http://api.drupal.org/api/function/drupal_add_css/5
Or, in page.tpl.php add this line in the header (from Garland):
Two methods I'm aware of
Two methods I'm aware of are:
In template.php of your theme folder, add the following line (anywhere):
More info: http://api.drupal.org/api/function/drupal_add_css/5
Or, in page.tpl.php add this line in the header (from Garland):