I am working on my own website to host my portfolio but when I use my image tag, <img src=“/var/www/html/portfolio/portfolio-pictures/Montage.png” alt=“5 of me in a picture”> it only shows this. I have checked the permissions but it still isn’t working. Does anyone have any idea of how to fix this?
in cases like this it’s often likely that your path is the issue.
Depending on your host’s folder structure this part seems suspect: ‘/car/www/html/’ is that within a public folder or do you actually have a root level directory named “car”?