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 How to Make a Website Responsive Web Design and Testing Website Testing

HTML5 Validation

Hello, when I tried validating my code on "validator.w3.org", I got 1 error message and three warnings. It said my font url was not a valid url(Syntax of URL reference) and so I went to google and changed it and got a new one(fonts). NOW, I am STILL getting the same error. Here is what it says: "Bad value http://fonts.googleapis.com/css?family=Open+Sans:600italic,400|Roboto:500 for attribute href on element link: Illegal character in query: not a URL code point."

Thanks for the help. -I.O

1 Answer

For anyone that is struggling with the same error, simply change this character in your font code, this one " | ". Change it to " %7C " and you'll be fine =]