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.

Holly Nahar
2,496 PointsHTML
the Question stated we've placed an image named 'cupcake.jpg' in a directory named 'img' and they then want me to add the image to the body of the document . Could someone please help me ive tried everything but cant figure it out.
5 Answers

Paola Ruiz
2,227 Pointsunder body add <img src="img/cupcake.jpg">

Diane Houghton
5,773 PointsYou have to add < img src="img/cupcake.jpg"
To the body of your html document.

John MacDonald
8,508 PointsYou have to add the < img > tag in between the < body > tag

Dennis Race
5,284 PointsIn between the body tags, you will need to add the img.
<body>
<img src="img/cupcake.jpg" >
</body>

Holly Nahar
2,496 PointsThanks guys i got it
John MacDonald
8,508 PointsJohn MacDonald
8,508 PointsI don't know what it is with Treehouse but are they stripping all the markup?
Jason Anello
Courses Plus Student 94,592 PointsJason Anello
Courses Plus Student 94,592 PointsHi John,
Yes the forums will strip out html tags if they're not posted properly.
See this discussion for ways to post code in the forums: https://teamtreehouse.com/forum/posting-code-to-the-forum