Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

czr 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,696 PointsSteve Hunter
57,696 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.