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

Dalinton Karma: 0 Registered member my firefox browser will not load html images when i'm using notepad? It load the html files but not image says cannot find

more options

I'm creating a webpage with Notepad and wanting to see illustrations using my browser, i have loaded the text html files and that works fine however when i try to load images using this command... it fails to load...error says cannot find file however the file it says it cannot find is the correct name and the image is located in the same folder save as html...is this a pc security problem? Tried different images...saving as jpg, html...thanks

I'm creating a webpage with Notepad and wanting to see illustrations using my browser, i have loaded the text html files and that works fine however when i try to load images using this command...<img src="life.jpg" width="403" height="403"> it fails to load...error says cannot find file however the file it says it cannot find is the correct name and the image is located in the same folder save as html...is this a pc security problem? Tried different images...saving as jpg, html...thanks

All Replies (8)

more options

Any errors in the Web Developer > Error Console (Ctrl+Shift+J) or Web Console (Web Developer > Web Console;Ctrl+Shift+K)? See also:

Are you using relative links to the image files?
Can you post (part of) the code?

Make sure that you are using forward slashes in the file paths and not backslashes.

Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).

more options

Thank you so much for your reply!
Here is the code with image and data in the same folder...<img src="life.jpg" width="403" height="403"/>

separate folder...<img src="c:/pictures/life.jpg">,

Error message: File not found

Firefox can't find the file at /C:/Users/Michael/Pictures/Mom Pics/life.jpg.
Check the file name for capitalization or other typing errors.
Check to see if the file was moved, renamed or deleted.

Modified by cor-el

more options

the same folder...

separate folder...,,

more options

Tried posting code twice but doesn't show

more options

See http://kb.mozillazine.org/Links_to_local_pages_do_not_work

You can find the correct link on the location bar by opening the file in Firefox via Firefox > New Tab > Open File or you can drag the file in a Firefox window.

more options

Please update to Firefox 19 as well. Update Firefox to the latest release

more options

Thanks for the suggestion Tyler, i did update to the latest version of Firefox and added links but same results...will not load image using Notepad html code...txt loads fine...so frustrated!

more options

Got it, thanks guys! Disabled java, updated fox, add links and change image.