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 trialczr m
3,430 Pointshow do i fix this validation error?
i dont know or how i can fix the error. please help me understand. this is a scrrenshot of my error. http://i.imgur.com/ZHD2cki.jpg. also, is there any other way to share screenshots? THANKS
2 Answers
Cory Allen
730 PointsURL encode the the characters that are giving you some problems! For example: The pipe characters "|" - "%7C". :)
Codin - Codesmite
8,600 PointsThe Pipe character " | "in your URL calling the Google Font is an invalid character for a URL.
This is what is causing the validation error in your code.
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsI had the same. I didn't spend long worrying about it as the code still works. I figured that there were lots of other things I didn't understand yet so just carried on with the course! Maybe that's not the attitude ...
Steve.