Currently I based a website into HTMl, but I’m getting some errors that I’ve never had before. It’s about non SGML character number 3. But the problem is it shows that my whitespace is an error.. how am I able to fix this?
Url: http://htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F%2Frasure.nl%2Fvca%2F&warnings=yes&input=yes
I hope someone can clearify this problem for me and has a solution for it!
Thanks in advance,
It looks like you have a
0x03control character right before<br/>. Looking at the source with a hex editor, you’ll see:Notice the
03right before3c(“<“), after62 61 73 69 73(“basis“).