Forum Moderators: open
I'm using Strict.
Something like this will not validate:
<a href="http://www.somesite.com/page.php?id=666&a=777">link</a>
It says that an & must be specified as & even inside URLS, which is irritating.
Those parameters passed to the .php page are my affiliate ID and I'm not sure I want to change the URL they gave me.
Do you think it's alright to change it, or maybe it's not worth it. I spent a lot of time making sure my pages validate in Strict mode. Should I use Transitional instead just to be safe (I never see sites using Strict)?
If I use Strict and my page doesn't validate does that mean the browser goes into 'quirks mode'?
This sucks.
Any help would be appreciated.
You should use
& in the URL - it will work perfectly and is merely a correction not an alteration to the supplied code. Even if you leave it as it is you won't have any problems apart from one validation error.