For some time now I have been trying to optimise the 'To Excite You' site and get the html to validate but I have this recurring problem.
Html will not validate with a '&' used in the links
e.g.
/cgi-bin/ss000002.pl?SECTIONID=bare%5fwith%5fme%2eshtml&NOLOGIN=1
apparently the correct usage would be ...shtml&NOLOGIN=1
But as Actinic builds the links when it compiles the pages I am at a loss as to how I can correct this.
Has anyone else come across this problem?
I have tried searching the forums but cannot find any reference to the use of Ampersands (&'s) in URLs
Html will not validate with a '&' used in the links
e.g.
/cgi-bin/ss000002.pl?SECTIONID=bare%5fwith%5fme%2eshtml&NOLOGIN=1
apparently the correct usage would be ...shtml&NOLOGIN=1
But as Actinic builds the links when it compiles the pages I am at a loss as to how I can correct this.
Has anyone else come across this problem?
I have tried searching the forums but cannot find any reference to the use of Ampersands (&'s) in URLs
Comment