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 Build a Simple Website Text Editors and HTML Finishing the HTML

Images for Smells Like Bakin' exercise won't load?

I followed through with the entire exercise as demonstrated in the video and it mostly worked, with the exception of the actual images used. None of them would load on the sample website when I refreshed the page, nor could I view them when I accessed them directly from the img file.

These are the error messages I received when I inspected the different images:

ConsoleSearchEmulationRendering

Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/logo.gif Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/you-bake-me-blush.gif Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/featured-cupcake.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/new-cupcake-bacon.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/new-cupcake-jalapeno.jpg Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/facebook.gif Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/Jossmir%20Cruz/Desktop/Documents/Treehouse/img/twitter.gif

What can I do to fix this?

1 Answer

As it turned out, I was able to download the files from the next exercise which seemed to respond better. I can now view all the images provided and the Smells Like Bakin' page looks just as it should!