Every single time I try to add a link to an image, nothing uploads to my project. I’m so frustrated, I literally want to cry. I have tried uploading a logo on a hosting website but when I add my link to my src, nothing! I have tried using free stock photos but nothing is working?? what am I doing wrong?
It’s hard to troubleshoot without your code. Can you paste it here? Use three backticks on a line above and a line below your code. (This is a backtick: ` )
In CSS,
img {
height: 200px;
width: 200px;
}
You need to have a definitive dimension for the image. Try and let me know.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.