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 trial

Debby Beachy
Courses Plus Student 2,096 PointsCopy and pasting images into the form?
Hello, I want to copy and past an image into the form as I'm needing help with Wordpress. I see the cheat sheet put I'm still uncertain how the code works.
The path to my image is: file:///C:/Users/Debby/Desktop/index.png When it's in the browser.
Thank you for your help in advance! Debby
2 Answers

Colin Bell
29,679 PointsYou're going to have to upload it to an image hosting site (like imgur).
Copy the markdown URL, and then just add an exclamation point before it:
So: 
Becomes:

Debby Beachy
Courses Plus Student 2,096 PointsOkay thanks this really helps!