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 trialCarson Clark
2,159 PointsAnother error.
I have no idea why this isn't working perhaps someone would be kind enough to help me out.
Here's the instruction: Inside the section element, create an unordered list with three blank list items. This will become an image gallery, but donβt fill in the list items just yet.
Here's my code. http://i.gyazo.com/96a353cd4ddd30864ef44bcef24159ea.png
What am I doing wrong? I already did this once before and it was right but I closed the page and I had to restart, now it's not working.
5 Answers
thomascawthorn
22,986 PointsI think you've created 3 unordered lists, each containing one list item. Try looking more closely at the existing nav example and back at the instructions - "create an unordered list with three blank list items".
Ryno Botha
Courses Plus Student 4,055 Points^^
Asked: Inside the section element, create an unordered list with three blank list items. This will become an image gallery, but donβt fill in the list items just yet.
You shouldn't have the a tags just yet and don't fill anything in the lists, should be empty.
Should look like this:
<ul>
<li></li>
<li></li>
<li></li>
</ul>
xP the code you used there is only for the last step
Carson Clark
2,159 PointsOh my gosh, serves me right for learning at 3AM in the morning :P
A big thanks to you both for showing me the error, thank you guys.
Ryno Botha
Courses Plus Student 4,055 PointsNo Problem ^^
Haha why so early? xO
Carson Clark
2,159 PointsMy semester's finished and I have no work tomorrow! Just taking advantage of all of the spare time ;) haha
Ryno Botha
Courses Plus Student 4,055 PointsHaha awesome xP
Well if I was in the same situation o.O I'd have fallen asleep at my desk~
^^ but its good, hope you enjoy the track~ Good luck
Carson Clark
2,159 PointsI am enjoying it and thank you Ryno Botha!