Theme Style Issue
-
I have been taking existing HTML/CSS templates I have and converting them into wordpress themes. I run into one error from time to time and would like to know how to handle it.
When I have a template that has a directory structure
/
index.html
style.cssthere is no issue but when I have
/
index.html
fullpage.html
/styles
layout.css
reset.css
ie.css
/images
buncha.jpg’sI have issues with layout. I can place a style.css in the / and fix(ish) it but I would like to be able to leave all my css in styles folder and just have wordpress look there. How can I accomplish this? in my header.php there is
href="<?php bloginfo('stylesheet_url'); ?>"
is that where I need to change it or is it somewhere else?This is localhost only as that is where I do my development I can put it online if needs be.
- The topic ‘Theme Style Issue’ is closed to new replies.