I'm trying to install my first theme and cannot get past this error.
It will not load the stylesheet for some reason. This is being running locally through Xampp at http://localhost/wordpress-2.7/wordpress/
So far I have tried:
1) dirname( get_bloginfo('stylesheet_url') )
2) href="styles.css"
3) \wp-content\themes\mytheme\styles.css
4) \wp-content\themes\mytheme\
5) bloginfo('stylesheet_directory')
6) bloginfo('stylesheet_url')
This is my styles.css top section:
/*
Theme Name: mytheme
Theme URI:
Description: My first theme.
Version: 1.0
Author: Self
Author URI:
Tags: black, fixed width, two columns, widgets
*/