Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Rachelle Williams
1,960 PointsLogo Image for Smells Like Bakin
When I copy and paste the html for the image, the image never actually populates in the browser, all I get is a broken image icon in the browser. Does anyone know what I may be doing wrong? should the project files be downloaded into a specified folder on my computer.

Rachelle Williams
1,960 PointsThanks for your swift response :)
<img src="http://treehouse-code-samples.s3.amazonaws.com/WWIsland1/stage2/img/logo.gif" alt="Smells Like Bakin">
C:\Users\Rachelle's\Downloads\websitewaters-island01-stage01 (1).zip\websitewaters-island01-stage01\img

Rachelle Williams
1,960 PointsThanks for your swift response :)
<img src="http://treehouse-code-samples.s3.amazonaws.com/WWIsland1/stage2/img/logo.gif" alt="Smells Like Bakin">
C:\Users\Rachelle's\Downloads\websitewaters-island01-stage01 (1).zip\websitewaters-island01-stage01\img

Rachelle Williams
1,960 PointsThanks for your swift response :)
<img src="http://treehouse-code-samples.s3.amazonaws.com/WWIsland1/stage2/img/logo.gif" alt="Smells Like Bakin">
C:\Users\Rachelle's\Downloads\websitewaters-island01-stage01 (1).zip\websitewaters-island01-stage01\img

Dan Gamble
4,122 PointsCould you post the code in your HTML as well please? :)
1 Answer

Mike Kohl
Courses Plus Student 6,793 Pointsview your website in google chrome, then right click on the page and select inspect element. This may help you debug the problem. Look for the image src and see what the path is.
Dan Gamble
4,122 PointsDan Gamble
4,122 PointsCould you post the code you are trying to use and the file structure for where your file is and where your images are?