Need Help with Coding the Tribute Page in CodePen

Hello,
I am having issues with the image loading and I can’t figure out why the image isn’t loading. Can anyone give me any suggestions to help me to figure out why the image isn’t loading and how to make it load correctly?

John Wooden

The "Wizard of Westwood"

Tribute Page to John Wooden

Based solely on your post, I think the issue is that you’re linking to something that isn’t actually an image.

https://www.dropbox.com/s/4ftpg8oi9ej3i2v/Wooden.jpg?dl=0

This link looks like it should be an image (and for about half a second, it is), but it fills in with various dropbox html. That means your src attribute is pointing to html… which will never work.

You’ll have to find a raw link to that image. One that isn’t html pretending to be just the image.

1 Like

Oh, I see. Thank you @DaveC!