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

Images

My screen looks just like the training video screen, but I can get my image to show. The image is in a sub folder of where the index.html is called img.

<img scr="img/ordained_t.gif" alt="Smells Like Bakin">

What am I missing?

1 Answer

Tom Bedford
Tom Bedford
15,645 Points

From what you've described you should be able to add the image with:

<img src="img/yourimage.jpg" alt="" />

If you are still having problems check this blog post.