yoda
yoda

Reputation: 10981

images suddenly don't show on website

I was working on this website when suddenly the server stopped displaying images on HTML. The image paths work alone and there wasn't any change to the server or website when this happened.

Here's the url : http://test.filipematias.info/filipepinto/comunidadeeambiente.html

Any ideas to traceback the problem?

Upvotes: 0

Views: 911

Answers (2)

Aviram Netanel
Aviram Netanel

Reputation: 13625

I also see images. try different browsers, or from different device.

if you want to explorer the problem a little further, try using the browser's console (F12 on chrome/firefox) - you can find there warnings, network problems ect' and you can also inspect the elements with the inspector. so if you see a broken image you can inspect it in the code and try to figure out what went wrong.

anyway, nice design!

and you have few broken URLs... :)

Upvotes: 0

user1627363
user1627363

Reputation: 160

I am seeing the images clearly. Maybe it's cache or you have other problems with the browser? Try using a different browser or clear your cache.

Upvotes: 1

Related Questions