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 trialYele X.
5,537 Pointslogo.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
7,479 PointsCan you post your code pls :) ?
Yele X.
5,537 Pointsyes, 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
7,479 PointsThe syntax looks fine, can you access the alt attribute in the browser?
Are you using workspaces?
Yele X.
5,537 PointsThanks 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
7,479 PointsI 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 :/
Yele X.
5,537 PointsThanks for your help.