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 trialJaidan LaSalle
Courses Plus Student 45 PointsIssue with linking task: Challenge Task 3 of 3 "Creating HTML Content"
I'm running into a problem linking Portfolio to "index.html". I believe I'm writing the code correctly. I've tried it a few times but no success.
3 Answers
Calvin Nix
43,828 PointsCan you please provide the code you are trying?
Calvin Nix
43,828 PointsUnder the text area where you post an answer you will find some text that reads "You can format your discussion with Markdown. If you aren't familiar with Markdown you can reference the Markdown Cheatsheet" It's right above the "Post answer" button. Click the bolded "Markdown Cheatsheet" for all the ways that you can format you post.
To enter code use the ` mark 3 times. Once to start your code and another time to end it.
Michael Sosnowski
3,593 PointsI have the same error. It says the portfoilo should link to "index.html".
My line of code is. <li><a href="index.html"> Portfolio </a></li>
I believe this to be correct, but maybe I'm wrong.
Calvin Nix
43,828 PointsHey Michael,
Which challenge are you having trouble with?
Michael Sosnowski
3,593 PointsThanks for the response. It is the same one as this, but I got through it. I do find it annoying that you can only pass this particular code challenge if you write dysfunctional code. It makes you delete the closing tags in order to complete it. It is bizarre.
Jaidan LaSalle
Courses Plus Student 45 PointsJaidan LaSalle
Courses Plus Student 45 PointsTks for the quick reply!!! Working now. Must have missed a small detail. How do I enter code in the comment section