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 trialRobin Moore
15,802 PointsReceiving error page not sure what is wrong with code
Having issues with the code not sure what the issue might be.
5 Answers
Antonio Montalvo
10,549 PointsWhere is the code?
Robin Moore
15,802 PointsNot sure how to share the file within the answer.
Antonio Montalvo
10,549 PointsI believe there is a way to share a link of your block of code in Workspace. That way we can take a look at it.
Robin Moore
15,802 PointsOk I see there is a snapshot workspace button but i"m not sure how I can link that to you.
Antonio Montalvo
10,549 PointsYou can post it to Community so we all see it.
Robin Moore
15,802 PointsI figured it out I had my html file inside my images file
Mark Pryce
8,804 PointsFor future reference read the 'Markdown Cheatsheet' for posting code. It can be found at the bottom of the post but an example is as follows..
`.``html
Code goes here..
`.``
(Remove the periods so it's just three consecutive back ticks html is an example you change it to what ever code your posting.)
Happy coding.
Robin Moore
15,802 PointsThanks Mark