0

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

1
  • We will need more information. Edit the question, add which validator you are using, the error it is giving and copy the HTML that is not validating. Make sure you format correctly too ;) Commented Jan 13, 2009 at 21:12

2 Answers 2

7

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.