Hi! I've really tried to seach and see if this questions has been asked and answered before. But I was unable to find it. Probably because I was not asking it in the right way.
I'm going to try realy hard to pose my question without sounding like a crazy persons. Thanks.
I'm making my first website with XHTML and CSS. It's going okay. However, I'm having and issue with the Validator. In my site all the pages have lots of hyperlinks to other sites, so therefore my links will have the address to the other sites' URL - and sometimes those addresses are long and complex and a little crazy.
The Validator is looking at the addresse in the href's and crying foul because it sees an ampersand "&" and without a semicolon ";" and thinks I'm trying to write some non-semantic code. Or it sees an equals sign "=" in the address and calls that a Warning too.
So, here is my question. Do I ignore the Validator or do I try to change something? I don't see how I can change the web address in the hyperlinks. If I do that, the browser will never find those other websites.
Is there something I can do to fix this?
I'm going to try realy hard to pose my question without sounding like a crazy persons. Thanks.
I'm making my first website with XHTML and CSS. It's going okay. However, I'm having and issue with the Validator. In my site all the pages have lots of hyperlinks to other sites, so therefore my links will have the address to the other sites' URL - and sometimes those addresses are long and complex and a little crazy.
The Validator is looking at the addresse in the href's and crying foul because it sees an ampersand "&" and without a semicolon ";" and thinks I'm trying to write some non-semantic code. Or it sees an equals sign "=" in the address and calls that a Warning too.
So, here is my question. Do I ignore the Validator or do I try to change something? I don't see how I can change the web address in the hyperlinks. If I do that, the browser will never find those other websites.
Is there something I can do to fix this?
Comment