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.gif image is not viewable in web browser

In the Build A Simple Website project, I've coded <img src="img/logo.gif" alt="Smells Like Bakin"> but the image is not viewable.

has anyone experienced this problem?

4 Answers

Maximilian Stöhr
Maximilian Stöhr
7,479 Points

Can you post your code pls :) ?

yes, here is what I am currently using. Actually, now I am further into the project. Everything is fine, but none of the images are visible in the browser.

img src="img/logo.gif" alt="Smells Like Bakin'"

the code above is nested between < >

Maximilian Stöhr
Maximilian Stöhr
7,479 Points

The syntax looks fine, can you access the alt attribute in the browser?

Are you using workspaces?

Thanks for your response.

I'm using TextMate.

This is total line of code:

img src="img/logo.gif" alt="Smells Like Bakin'"

None of the images work on the site.

Maximilian Stöhr
Maximilian Stöhr
7,479 Points

I can only see that you got three "' after "Bakin", but this won't fix the problem.. If the path to the picutre is correct, I don't know which else problem you could have, I'm sry :/

Thanks for your help.