搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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

  • 8 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 dalinton2002

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

所有回复 (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.

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