Hello,
My images won’t load on my html link. Could you tell me what’s the solution please?
Thanks,
Chloe
Hello,
My images won’t load on my html link. Could you tell me what’s the solution please?
Thanks,
Chloe
Hi @chloedelen, welcome to the GitHub Support Community! It looks like a case sensitivity issue. For example, you’ve added your image like this:
<img src="images/Lille.jpg" alt="En voiture Simone Lille">
However that file is actually called lille.jpg
. You’ll need to update your image references to match the case of the filenames and then they should load correctly!