Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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 respostas
  • 2 têm este problema
  • 1 visualização
  • Última resposta de 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

Todas as respostas (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.

Alterado por cor-el em

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.