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 trialLouis Espinoza
1,514 PointsHow to upload my code?
I am not sure what happen but I have been following nick every step of the way and it's been going good until I got to the Style the Portfolio section. My webpage isn't come out the same way Nicks is. Can someone please tell me how to upload my code. Thank you very much!
2 Answers
Ira Bradley
12,976 PointsFirst type three backticks like this ``` (this is not the same as '''). Then hit return to add a new line. Then paste your code in and then write three more backticks on a line all by themselves. If this didn't make sense then look here: https://teamtreehouse.com/forum/posting-code-to-the-forum
Steve Hunter
57,712 PointsAlso, if you write what type of code you are posting after the first three backticks, it'll do it's best to format it correctly, such as
```html or ```java
Louis Espinoza
1,514 PointsLouis Espinoza
1,514 PointsAwesome. Thank you very much!