> I'm trying to have my web site (http://le.coin.free.fr) validated but > I encountered a problem. > > The following line (my web counter) can not be validated : > <img > src="http://perso0.free.fr/cgi-bin/wwwcount.cgi?df=le.coin.dat&ft=0&dd=blkre > fl" alt="compteur"> > > I don't understand why this part causes the following errors : > Error: unknown entity "ft" > Error: unknown entity "dd" > > It seems to be an error parsing the IMG entity because the first > argument (df) doesn't produce the same error. & is a special character in HTML and XHTML. You should escape it, except insite a comment (<!-- -->). Use & instead in order to have the & character. PhilippeReceived on Monday, 25 March 2002 18:32:29 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 20 March 2009 14:44:22 GMT