My webpage validated xHTML Strict until I added a Flickr badge/feed to it :x . Any suggestions on how to get it to validate without disabling the feed?
Here's my site: http://www.seancanady.com
Here is the validation results: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.seancanady.com%2F
pab is right: just change the & to & and you'll be fine. A link can only contain one regular ampersand in order to validate. If there's more you'll need to use &
Here's my site:
http://www.seancanady.com
Here is the validation results:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.seancanady.com%2F
Here's the added code that invalidated the page:
Thank you in advance for any and all help!
-Sean
hope it helps