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 trialChristopher McNeese
1,146 PointsWhy 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.
Moisés Cervantes
6,144 PointsWithout 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
1,146 PointsI 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!
Konstantin Kovar
16,003 PointsKonstantin Kovar
16,003 PointsIt'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.