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 trialHolly 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,593 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,593 PointsJohn MacDonald
8,593 PointsI don't know what it is with Treehouse but are they stripping all the markup?
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 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