Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress index.php not picking up my style sheet Re: WordPress index.php not picking up my style sheet

#114135
Watson90
Member

You seem to have;

#footer-wrap {
background: url(images/footer/footer-wrap.jpg) repeat-x;
min-width: 960px;
position: relative;
text-align: left; }

and then;

#footer-nav ul#footer-ul li.twitter a {
background: url(“images/footer/bird.png”) no-repeat 0 0; }

Why does the background for the first one not have quotation marks encapsulating the path to the file but the twitter and facebook links do?