Forum Moderators: open
One question I have though: When I have a link on a page with multiple values in the querystring, the validator says that the ampersand should be encoded. I can't imagine this is correct in the link. Maybe in the text of the link, but not the link itself. But then again, I could be wrong.
For example, if I have this tag: <a href="mypage.htm?var1=123&var2=456">Click Here</a> the validator says that I should change it to: a href="mypage.htm?var1=123&var2=456">Click Here</a>.
The links in both examples seem to work, but is the link really supposed to be HTML encoded?
Thanks...