since you aren't using the section images, remove image names from the Navigation dialog box, then I don't think the preloader will try to include them
it should produce <BODY OnLoad="bPageIsLoaded=true;"> at least this is what it produces on surf-wax where I have stripped the code. SW uses Worldpay hence the need for the bounce page
Before trying Jo's suggestion I had another look at the code and realised I'd dropped a clanger.
I'd got it into my head that the final line of code was being produced by NQV:ONLOAD. I'd forgotten that the ONLOAD= is already in place. So surrounding NQV:ONLOAD with double quotes does the trick and produces the final string of code in the correct syntax for the validator.
I'm going to include this NQV in the Checkout template as Tracey suggested. However, I'm also going to remove the images as Jo has and hopefully I can get my site to reproduce the same code
<BODY OnLoad="bPageIsLoaded=true;">
I'm going to look at custom Doctype now. There seems to be divided opinion on this one. More later...
Oh dear, it's fess up time. This particular error is down to me, not Actinic. Had a look at some original code and the NQV:ONLOAD has the surrounding quotes in place. Somewhere along the editing process they fell off!
remove image names from the Navigation dialog box, then I don't think the preloader will try to include them
I've tried this Jo, but end up with the following code:
Comment