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 trialLiam Handa
975 PointsI've got a > on my website but can't find out where I did it
When i look at the website there is a > just below the Smells Like Bakin logo on the top left but I can't find it in the code. Here is a pastebin of the code:
Thanks
2 Answers
Walker Langley
2,259 PointsYou have an extra > after the grid_9 class about 24 lines down.
<div id="intro" class="grid_9">>
Liam Handa
975 Pointsthanks, don't know how I missed that
Adam Sackfield
Courses Plus Student 19,663 PointsQuick tip for finding this would be to ctrl + f (to search page) and search for ">>" this would show where it was