Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Adding Pages to a Website Add a New Page

Christopher McNeese
Christopher McNeese
1,146 Points

Why haven't images ever loaded for me since the beginning of this course, however the blue box w/"?" has been there?

All of the other coding behaves as expected and has been matching up. I've been learning the concepts as well as passing all of the tests. I've downloaded the files as instructed by Nick.

Konstantin Kovar
Konstantin Kovar
16,003 Points

It's hard to say without the code, but common mistakes are typos when using 'src'-attribute, forgetting quotation marks or just putting the the reference to the picture in tags that can't display them.

MoisΓ©s Cervantes
MoisΓ©s Cervantes
6,144 Points

Without the code it's near impossible to diagnose the problem but in my experience two of the common mistakes i made are: 1.Typo in the code like naming '''image.jpg''' a file named '''image.jpeg''' and, 2.File path. Sometimes i have mi images in a folder called assets and as my project expands sometimes some icons and backgrounds get in there so i create subfolders without updating the path.

Hope it helps.

Christopher McNeese
Christopher McNeese
1,146 Points

I actually figured out my dilemma. My folder was named "Images" whereas my code was abbreviated and said "img". All is well now. Thanks for the help!