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 trialMarcy 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,236 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,236 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,236 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,236 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.