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 triallevi robinson
167 Pointsi am listing the stupid thing it even show up in preview not letting me past.
listing items
levi robinson
167 PointsI am on how to make a website. code challenge. it says inside the nav element create 3 list items. i got the first task which is tha nav and unordered list. it keeps telling me to make sure portfolio is on the list. here is the code.
<nav>
<ul>
<li>portfolio</li>
<li>about</li>
<li>contact</li>
</ul>
</nav>
it shows up on the preview just fine but is telling me portfolio isnt there.
levi robinson
167 Pointsthank you for your expedient response,
Jason Anello
Courses Plus Student 94,610 PointsYou're welcome.
I went ahead and fixed your code block for you so that the html wouldn't be stripped out.
This thread will show you how to do that: https://teamtreehouse.com/forum/posting-code-to-the-forum
levi robinson
167 PointsI was writing it exact i just didnt need the parentheses. thank you for your help jason.
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Levi,
I think your only problem is that you didn't capitalize each word.
Assuming you have your nav
after the link but still inside the header then you should pass once the capitalization is fixed.
levi robinson
167 PointsIm having another problem on structure the image gallery. the files wont show up in workspace i highlighted them all and dragged over and they. never show up.
Adama Sy
7,076 Points<body> <header> <a href="index.html">
<h1>Nick Pettit</h1>
<h2>Designer</h2>
</a>
<nav>
<ul>
</ul>
</nav>
they are asking you to post after the link = a tag
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi Levi,
Can you post the code you have so far and which task you're on?