Hi,
About the only thing that throws warnings when I validate my Zen Cart pages are the ampersands in the URLs of any links on the page. You know, where the link address is like...
That red ampersand causes an error which cascades into subsequent arrors. It should be written out as &
The w3.org site has a nice article about this and how to fix it, but I need advice on implementing it within Zen Cart. They suggest starting the php script with this...
Could one of the experts tell me how to do that within Zen Cart?PHP Code:<?php ini_set('arg_separator.output','&'); ?>
TIA
Rob





