Question: While adding images to my page, I tried putting some images in folders to make my file directory less cluttered, but when i tried to code the images in they wouldn't appear. Does anyone have a solution for this?
If your image is in the "folder" folder, the you have to write something like img src="/folder/image.png" and it should work (remove the first slash if the folder is in the same place as your html page)
If your image is in the "folder" folder, the you have to write something like img src="/folder/image.png" and it should work (remove the first slash if the folder is in the same place as your html page)
then*
thanks