Bob's code failed because he forgot to use code tags, but here is the actual code snippet:
http://jigsaw.w3.org/css-validator/validator?profile=css3&usermedium=all&warning=1&vextwarning=&lang=en&uri=http%3A%2F%2Fwww.yourwebsitename.com%2F
Unfortunately, using this will cause issues with W3C Markup Validation.
Error: cannot generate system identifier for general entity "usermedium"
…/css-validator/validator?profile=css3&usermedium=all&warning=1&vextwarning=&la…
Error: general entity "usermedium" is not defined and there is no default entity
…/css-validator/validator?profile=css3&usermedium=all&warning=1&vextwarning=&la…
Error: reference not terminated by REFC delimiter
…ator/validator?profile=css3&usermedium=all&warning=1&vextwarning=&lang=en&uri=…
Error: reference to an external entity in attribute value
…ator/validator?profile=css3&usermedium=all&warning=1&vextwarning=&lang=en&uri=…
Error: reference to entity "usermedium" that cannot generate a system identifier
…ator/validator?profile=css3&usermedium=all&warning=1&vextwarning=&lang=en&uri=…
Error: cannot generate system identifier for general entity "warning"
…validator?profile=css3&usermedium=all&warning=1&vextwarning=&lang=en&uri=http%…
I find it amusing that code from the W3C CSS validation service causes problems for the W3C Markup service. LOL
Choose your battles wisely. I personally prefer W3C Markup Validation. :)