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 trialJose Melendez
4,740 PointsCouple simple questions.
Question 1 - What do the numbers on the side of the momentum chart mean?
Question 2 - How do I upload an image to the forum? Images such as a screenshot of code.
3 Answers
Rob Allessi
8,600 PointsHowdy Jose Melendez
Great questions!
- The vertical number to the left of the momentum graph represents completed steps.
- To embed an image, you need to use the markdown code for image embedment:
![alt text](/path/to/img.jpg "Title")
Note: Upon replying to a post or making a new thread, you should see "Markdown Cheatsheet" beneath the text entry field.
Rob Allessi
8,600 PointsAre you trying to add an image stored on your computer or have you uploaded it to a website? If it's from your computer, you have to make sure that the path points to it's correct location. If you're not familiar with file paths, it may be a tad confusing. Here's an informative forum post: https://teamtreehouse.com/community/file-path
You can always upload your image to a free image host, such as Imgur and use it's URL as your path like I did above in my previous post.
Maati Grouni
2,481 Pointsdoes anyone can help us in the first and second program. it seems they work fine in the work space editor but not in the exercise editor so I'm stock now . does anyone can help now please I would really appreciate it.
Jose Melendez
4,740 PointsJose Melendez
4,740 PointsThanks! your answer was very clear. But I still can't post an image it just shows a question mark surrounded by a blue box. Any idea why this is?