Ultimate Fade-In Slideshow Validate Error
1) Script Title: Ultimate Fade-In Slideshow v2.6
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem: I am in the process of transferring several dozen slideshows from my old site to a new site. The slide show works great, thanks to some help from you folks, but I get a validation error:
Here is an example, when I try to validate the following page: http://wildadirondacks.org/loggers-loop-trail.html
Error: The text content of element script was not in the required format: Expected asterisk or slash but found w instead.
From line 131, column 1; to line 131, column 9
*******/↩↩</script>↩↩<scr
Here is the code around line 131:
Code:
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Please keep this notice intact
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery3=new fadeSlideShow({
wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
dimensions: ['100%', 411], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
I cannot figure out what it is that is annoying the validator. Please tell me what I should do to fix the code.