multiple style sheets OK?
-
Hi –
I’m trying to reference two style sheets from my header.php file. It’s my understanding that this is OK in general, so I assume it would work within WP. Here’s the inclusion code:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo(TEMPLATEPATH . "/hornady.css"); ?>" type=text/css" />
I wrote the second line myself, and I’m still a beginner at PHP. Can anyone see what’s wrong (if anything)? Oh: the hornady.css file is in the same directory as all of my theme templates.
Thanks…
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘multiple style sheets OK?’ is closed to new replies.