X
Tap here to go to the mobile version of the site.

Support Forum

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

Posted

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

Post a Reply

Additional System Details

Installed Plug-ins

  • Adobe PDF Plug-In For Firefox and Netscape 10.1.6
  • Conduit Plugin
  • np-mswmp
  • Shockwave Flash 11.5 r502
  • Google Update
  • Adobe Shockwave for Director Netscape plug-in, version 11.6.8.638
  • 5.1.10411.0
  • Office Live Update v1.5
  • DivX Web Player version 1.5.0.52

Application

  • User Agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1

More Information

cor-el
  • Top 10 Contributor
  • Moderator
8254 solutions 78155 answers
Posted

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).

Was this helpful to you?
Reply
Posted

Question owner

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

Was this helpful to you?
Reply
Posted

Question owner

the same folder...

separate folder...,,

Was this helpful to you?
Reply
Posted

Question owner

Tried posting code twice but doesn't show

Was this helpful to you?
Reply
cor-el
  • Top 10 Contributor
  • Moderator
8254 solutions 78155 answers
Posted

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.

Was this helpful to you?
Reply
Tylerdowner
  • Top 10 Contributor
  • Administrator
  • Moderator
971 solutions 5409 answers
Posted

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

Was this helpful to you? 0
Reply
Posted

Question owner

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!

Was this helpful to you?
Reply
Posted

Question owner

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

Was this helpful to you?
Reply

Post a Reply

You must log in to your account to reply to posts.

Don't have an account? You can create a free account now.