CSS File not working!
-
I have been following the wpdesigner.com tutorial to create my very first theme. However, I am having a major issue! My style.css file is doing nothing to my index.php file! I cannot figure out for the life of me what the problem is!
I have examined the code and it seems as though somehow this is is showing up for the style sheet:
<link media="screen" type="text/css" href="Blogs" rel="stylesheet">
It appears the title is in place of the URL. Even though I have this in my code:
<link rel="stylesheet" href="<?php bloginfo('style.css'); ?>" type="text/css" media="screen" />
Why on earth is this happening?
Any help is appreciated!
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS File not working!’ is closed to new replies.