On Mon, Nov 13, 2000 at 04:15:43PM +1100, Craig Small wrote: [snip ampersnads in URLs] > <a > href="http://localhost/blah?foo=1&bar=2">http://localhost/blah?foo=1&bar=2</a> [...]
Hi again, i found some interesting references: http://lists.w3.org/Archives/Public/www-html/1996Aug/0387.html http://www.htmlhelp.com/tools/validator/problems.html#amp plus some others, all agree that writing <a href="http://localhost/blah?foo=1&bar=2"> is a mistake and ampersand must be escaped. Denis

