I am able load your web site ok. Have you looked in your console under the network tab? What codes do the files show. They should all be a status code of 200.
Thanks to everyone who replied. It was a cache issue. Once I converted to absolute path and did several and I mean more then 3x's refresh, image finally kicked in. Its strange. I had this hosted on different site and also my development server and the relative path never gave me a problem.
I updated responsive.css to
html {
background: url(/my_portfolio/img/big_country.jpg) no-repeat center center fixed;
and cleared cache and still get 404 error! I'm beginning to doubt myself.
Here is capture:
Thanks but tried as /my_portfolio/img/big_country.jpg in my responsive.css and still get 404 error. I dont understand because I reference images in index.html for example as <img src="img/re_tt_table.JPG"> they are retrieved but in responsive.css the same img/big_country.jpg is no good??? And...
Hello,
I just signed up for free account and am having trouble with one image and a pdf loading. The background image is loaded in a media query from /css/responsive.css and the image is in /img/picture.jpg. I keep getting a 404 error and the console says request header is:
GET...