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 trial

HTML

Problem with task #3 on Creating Navigation with Lists

I keep getting stuck in challenge question #3. I am under the impression that it is bugged because I have it set up to do what it is asking of me, yet it keeps giving me errors.

https://teamtreehouse.com/library/create-navigation-with-lists

[Error Screenshot](C:\Users\User\Downloads\problem.png)

3 Answers

You have to just put all your list items in respective anchor tags.

<a href="whatever.html"><li>your list</li></a>

still doesn't work

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

It would be helpful to see your code. There's a link here on the page with a Markdown Cheatsheet which will explain how to post your code so that we can see it :)

Can you please share your code

Ok, i got it to work, thanks Tushar!

I was trying to post a pic and couldn't get it to work. I was about to type it out but you guys replied so fast that i couldn't.

Thanks again.

:+1: