This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox can't find images that are there. ALL other browsers can!! Durrr - it just started happening on live an test websites to which there have been no changes

more options

Try www.avivastringquartet.co.uk

You will not see pictures on the index.html page.

Try it in Chrome,Opera, IE and all is fine

Look at source and look for image by clicking on

Also Firefox does not follow the CSS standard as the others do.

Current OS is windows XP

Try www.avivastringquartet.co.uk You will not see pictures on the index.html page. Try it in Chrome,Opera, IE and all is fine Look at source and look for image by clicking on <img src="..."- says it can't find image. Also Firefox does not follow the CSS standard as the others do. Current OS is windows XP

All Replies (3)

more options

The pictures appear OK for me.

With the site on display, click on the site identity button (for details on what that is see the site identity button article) and then on More Information. This will open up the page info dialog.

First select the Permissions panel, make sure that "Load Images" is set to allow (selecting Use Default should also work)

Next select the Media panel, then click on the first item in the list. Use the down arrow key to scroll through the list. If any item has the option "Block images from (domain name)" selected, de-select the option.

This should hopefully resolve your issue, but also see Fix problems that cause images to not show.

Some add-ons can also block images, for example if you have AdBlock Plus installed, make sure that you have not accidentally created a filter to block the images.


The encoding for the site is set to "UTF- 8" rather than "UTF-8"

more options

I don't see these images in any browser at the bottom of the page, but you can't use a backslash in a file path with Firefox and some other browsers.

!-- Had to put the styling here as Opera & Firefox won't take styling from the CSS file --
src="pictures\quartet_instruments.jpg"
src="pictures\helen.jpg"
src="pictures\sheila.jpg"

more options

the-edm is right. I had to go change all my " \" to "/" and then my code worked great in all browsers.