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.

Marcy Davis
387 PointsStuck on challenge task 1 of 2
I keep getting the same message. And I don't know how to go back to the video without leaving the window.
6 Answers

Cena Mayo
55,235 PointsHi Marcy,
What is the error you're getting? It would be super helpful if you can post the code you're using, as well. (See the Markdown Cheatsheet under the comment box for how to do that.)

Marcy Davis
387 PointsSee below. I have not been able to load the images— where are they supposed to go. I was able to put into my "workspace" folder but not the gray working area that is displayed in the tutorial.
Bummer! Make sure you include an image tag that displays "img/numbers-01.jpg".
</header> <section> <ul> <li> <ing scr=img/numbers-01.jpg" alt="" </li> <li> <ing scr=img/numbers-02.jpg" alt="" </li> <li> <ing scr=img/numbers-06.jpg" alt="" </li> </ul> </section>

Cena Mayo
55,235 PointsYou don't actually need to load any images anywhere. All they're asking for it the path to the images folder that contains a given image - the exercise is just to familiarize you with how to use the <img>
element.

Marcy Davis
387 PointsBut he keeps talking about adding images to the "File Tree". Where do they get added? Or, what isn't working with my code?

Marcy Davis
387 PointsThen why is it still asking for an image tag— what is missing from my code? <section> <ul> <li> <img scr=img/numbers-01.jpg" alt="" </li> <li> <img scr=img/numbers-02.jpg" alt="" </li> <li> <img scr=img/numbers-06.jpg" alt="" </li> </ul> </section>

Cena Mayo
55,235 PointsMarcy,
You'll need to post your code for us to help you. I have no idea what you currently have, and therefore can't make suggestions on how to correct it.

Marcy Davis
387 PointsI got it to work—but could you tell me how to post my code. I know I need to put html and 3 back tics, but how do I make the backtics (is there a key command)? I'm on MAC.

Cena Mayo
55,235 PointsHi Marcy,
Yes, the backtick is on the same key as the tilde character (~), which is left of the number 1 key.

Marcy Davis
387 PointsOh thank you! Never used it before.