Images aren't displaying on home page

Well, everything was working on this page earlier then crap. Getting images to work on this site have really been annoying. This site is on wordpress and the page was displaying fine earlier and now the home page is missing some images. If you click on the about us page and other pages then you will see that everything is fine on those pages. Why is this happening?!

You have a rogue <link href=“style.css” rel=“stylesheet” type=“text/css” /> in your home page that is overriding important styles from your main stylesheet.

If you have things in that stylesheet you need then you’ll need to remove the offending styles like body { background: #fff }

Hope it helps :slight_smile:

Well, I removed that rogue link but still no change. When the home pages starts to load it shows the images initially but then they go away.

There don’t seem to be any missing images on the home page now. Maybe you need to refresh the page or clear your cache.

Nope. It’s still there.


</div> <!--PhoneHeader-->
[B]<link href="style.css" rel="stylesheet" type="text/css" />[/B]
<aside>

Thanks. I was editing the wrong file in the old directory :slight_smile: It really confused me when I edited and still saw that in the source code.