I've recently uploaded my website to a server, but the image I specified for the container div's background image property isn't loading. Also, an image called "logo3.png" that is supposed to be above the navigation bar loads in the Safari browser, but not Firefox.
When creating the site, I had a similar problem when trying to view its pages with Live View. Also, whenever I tried to add an image or other file into the HTML by using "browse," the site root folder would automatically be included in the link (With the site root folder being "GlennThomas," "Glennthomas/images/logo3.png" would appear instead of "images/logo3.png."
I didn't have any issues like this with the last website I created. Any help would be appreciated.
Here is the website URL:
www.glennthomasmusic.com
-Alex
I'm showing that the paths to both bckg.jpg and transparentblack.jpg are not correct.
I checked remote view in the files panel to make sure the file paths and names were correct. I'm not sure what's causing this.
The image doesn't show "logo3.png" as not being found (and I think you're using Safari), but the image won't render in Firefox. Are there any browser compatability issues related to images that would cause this?
Is there any other way for you to access the image without me attaching it to a post? (bckg.jpg is 4.2 MB)?
-Alex
Is there any other way for you to access the image without me attaching it to a post? (bckg.jpg is 4.2 MB)?
Your images are not where they should be. I just checked in again and the following images are not in the correct folder:
http://www.glennthomasmusic.com/images/bckg.jpg
http://www.glennthomasmusic.com/images/graphics/transparentblack.png
http://www.glennthomasmusic.com/images/graphics/transparentblack.png
http://www.glennthomasmusic.com/images/graphics/logo3.png
The following image is OK:
http://www.glennthomasmusic.com/images/homemainlow.jpg
You need to upload the images again in the folder called images for the bckg.jpg and images/graphics for the other three.
We can't access the images if they are not in the correct place.
I have checked in IE9 and FF 14.0.1.
Good luck.
The paths in your CSS file are wrong. You have this -
background-image: url(images/bckg.jpg);
and it should be this -
background-image: url(../images/bckg.jpg);
and this -
background-image: url(images/graphics/transparentblack1.png);
should be this -
background-image: url(../images/graphics/transparentblack1.png);
Thanks, Murray. The paths are fixed now. I don't understand why ".." has to be in the path. Is it because without ".." the browser looks for the images folder in the CSS folder?
The pictures are still not loading, and the browser still says that the images contain errors when I enter their url.
-Alex
North America
Europe, Middle East and Africa
Asia Pacific