Photo does not come out when I use explorer or microsoft edge

1

One of my photos does not come out when I open my website in explorer or microsoft edge, but it does load when I open my page in chrome, firefox, and safari. This is the code:

<img src="../Recursos/logoam.jpg" width="600" height="130" style="float:left">

I load on another computer when I open it in explorer, so I have no idea why this happens. The image is JPG, and the other images on my page, which are also in the Resources folder if they work.

    
asked by Ane Rodríguez 28.07.2017 в 19:11
source

2 answers

3

It happened to me that is something very ¨tonto¨, please check that the name of

Recursos/logoam.jpg

in

<img src="../Recursos/logoam.jpg" width="600" height="130" style="float:left">

match uppercase and lowercase with the name of the folder and file.

IE is very fussy about that detail, once I had that problem and it was because the folder or file names were not exactly the same; that did not match uppercase and lowercase.

    
answered by 28.07.2017 в 19:18
1

In internet explorer these errors are very common, examine if internet explorer has blocked you when loading the image (Through safe mode)

In the lower part "Safe mode" appears, deactivate it, try again and look through the console if the image path there is loaded correctly.

Add some image to help you better, greetings

    
answered by 28.07.2017 в 19:19