CSS not rendering on MAMP
Posted
by Debashis
on Stack Overflow
See other posts from Stack Overflow
or by Debashis
Published on 2010-03-16T02:47:00Z
Indexed on
2010/03/16
10:06 UTC
Read the original article
Hit count: 300
I'm working on a Wordpress blog. I'm embedding a stylesheet as follows:
<link rel=”stylesheet” href="<?php bloginfo("stylesheet_url"); ?>" type=”text/css” media=”screen” />
However, the CSS doesn't render, at all. I've checked that the URL that is being put in the href is correct. The CSS is found. But, it doesn't render, in all browsers. I am utterly stumped, and would really appreciate a nudge in the right direction. I'm using MAMP 1.8.3, and Wordpress 1.2.9.
© Stack Overflow or respective owner