I keep trying to add images to my repl but nothing will work, Ive tried moving the file into different folders then trying to run the repl, but it won’t accept anything.
I was casually just making a breath of the wild guide webpage because I have nothing better to do until I can get tears of the kingdom, so when I tried to add an image (.webp and .jpg) nothing worked and I kept getting Mario’s Blue Question Block.
Your HTML file’s path is Divine Beasts/Vah Medoh/vahmedoh.html, so it’s looking for the image in Divine Beasts/Vah Medoh/, but the image is not in that folder. So instead, use ../ in front of the image name, so
That’s a relative path, meaning that the / would just be in the same directory as the HTML file. (which the HTML file they showed is not in the root directory).
@boston2029
I already know such ways to add pictures in a webpage, but the image just won’t show up on the website there is nothing wrong with the code, that I am aware of, I just can’t get images to work