how do i add multiple stylesheets for 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.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 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘how do i add multiple stylesheets for a theme’ is closed to new replies.