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 Images and Lists

Logo 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.

Could you post the code you are trying to use and the file structure for where your file is and where your images are?

Thanks 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

Thanks 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

Thanks 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

Could you post the code in your HTML as well please? :)

1 Answer

Mike Kohl
PLUS
Mike Kohl
Courses Plus Student 6,793 Points

view 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.