HTML validate Illegal character in query

I try to validate (W3C) HTML, and I have this error:

Bad value http://www.facebook.com/plugins/like.php?href=http://www.mydomain.com/radio-online/radio-zu&layout=button_count&show_faces=true&width=100&action=like& colorscheme=light&height=21 for attribute src on element iframe: Illegal character in query: not a URL code point.

Page source code:

<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mydomain.com/radio-online/radio-zu&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp; colorscheme=light&amp;height=21" style="border:none; overflow:hidden; width:150px; height:26px; border:0px solid red"></iframe>

I cant see illegal characters. All "&" symbols replaced with "&" and I don't see blank space.

Can anybody help?

链接地址: http://www.djcxy.com/p/62300.html

上一篇: 如何中心一个Facebook的iframe像按钮

下一篇: HTML验证查询中的非法字符