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 trialnishnash
6,267 PointsAdd Image/Screenshot to question
Hi, I've folllowed instructions from other topics however still can't get this to work.
So here is my image hosed: http://imgur.com/a/YFhEM
I tried the following but still doesn't work:
! [my screenshot/ image link](ht tp://i.imgur.com/a/YFhEM. png) and ! [my screenshot/ image link](ht tp://imgur.com/a/YFhEM. png)
2 Answers
Michael Afanasiev
Courses Plus Student 15,596 PointsHello Nish,
In order for this to work you must have the direct link to your image.
In your case it's
http://i.imgur.com/lYH05MB.png
which you will need to code like this (without spaces)
![my screenshot](http://i.imgur.com/lYH05MB.png)
That will result in:
Hope this helps. ?
nishnash
6,267 PointsHi Michael, thanks so much... Don't know why i couldn't get it before but now it works so simply :) Thanks again and have a good weekend...
Michael Afanasiev
Courses Plus Student 15,596 PointsYou are welcome Nish, have a great weekend yourself! ✌️