how do i use multiple stylesheets in a theme?
-
i wish to use more than one stylesheet for the theme i am making.
i have the following stylesheets
style.css
images.css
colours.css
IE.css
IE5mac.cssbut this following piece of code only picks up one style sheet.. the style.css file.
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
how do i change it to add the other stylesheets?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how do i use multiple stylesheets in a theme?’ is closed to new replies.