On Sunday, April 9, 2006, 2:35:45, Peter Ouwehand wrote: > FWIW: an actual link (URI, the href part) should not contain "&" > code (which is HTML encoding of the & character) but "%26". The > presentation should use the "&" code however.
In HTML, any & must be replaced with &, which includes & characters in URIs. %26 is something else entirely - & is used as a parameter separator to CGI applications, while %26 is a literal & as part of a parameter text, and they aren't interchangeable. -- < Jernej Simončič ><><><><>< http://deepthought.ena.si/ > If at first you don't succeed, destroy all evidence that you have tried. -- Rule of Failure ________________________________________________ Current version is 3.71.03 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

