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 trialSohaib Jamal
233 Pointshelp
i dont know how to add images to the body of the document
4 Answers
Jeff Busch
19,287 Points<img src="img/cupcake.jpg" >
mrx3
8,742 Pointsyou save the images in a folder called image. You then go into your code and add ''' <img src="images/nameofimage.png> ''' in the nameofimage you type the name of the image. and if it's jpg,png, or gif.
mrx3
8,742 Pointsyou save the images in a folder called image. You then go into your code and add '''<img src="images/nameofimage.png> ''' in the nameofimage you type the name of the image. and if it's jpg,png, or gif.
mrx3
8,742 PointsSorry for the double post I though I had this markdown figured out. I would show you how but I can't figure it out. Sorry dude.