Hi.
I'm am creating my first WP theme. It is a
design from another site that I'm trying to
turn into its own theme.
The problem is that the stylesheet
seems to either be linking incorrectly or simply
not applying for some reason; I would suspect the
latter because under "Presentation" in the "Theme
Editor" the correct stylesheet appears, so it seems
to be finding the correct file.
None of the instructions in the stylesheet are
displaying: layout, images, formatting...
{i took it to the W3C validator just for kicks and
it said i got a 404 error (?)}
Also this stylesheet presents no problems when
it's applied in the non-WP version of the site,
but here is how I am linking it:
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
this is the site:
http://www.mamascience.net/flog/
and here is a link to the stylesheet
(note: though the file is the same, this is
a different location since I can't call the
stylesheet from it's direct URL in the Wp diretory):
http://www.mamascience.net/test/style.css
This seems(?) to be a simple problem that I
am just too much of a novice to see...
Please let me know if you need to see anything
else to illustrate the problem.
Any help?
thanks mucho in advance...