views:

123

answers:

2

Hello, I am beginner in HTML and CSS. I just designed web site and tried to validate but my HTML end up having some "geovisit();" and it wont validate. I do not know how to get rid of it. Help me? Thank you Guest

+7  A: 

A quick Google search for geovisit suggests that the non-validating code is being added by your hosting provider. It looks like this problem may actually be specific to Yahoo!, which has an option to disable that "feature". I suggest you read this forum thread on the problem.

Ben Blank
+1  A: 

That's usually Yahoo (or other hosting providers) sticking javascript on your page without your knowing. In Yahoo's case you should be able to turn it off if you dig through the settings.

Gabriel Hurley