food_consult Established Member ★ 20 ★ Impact 5 Apr 11, 2009 643 views 2 replies #1 Code: greenbusinesscertification.net/slideshow.html java file greenbusinesscertification.net/SlideShow.js where do I need to place the image files? and what am I doing wrong in the html page :notme:
Code: greenbusinesscertification.net/slideshow.html java file greenbusinesscertification.net/SlideShow.js where do I need to place the image files? and what am I doing wrong in the html page :notme:
nayes84 Established Member ★ 15 ★ Impact 1 Apr 17, 2009 1 point #2 you need to add some other peace of code in slideshow.html here is what to add HTML: <script language="javascript" type="text/javascript"> var ss = new Class('slideshow', { 'color': '#ffffff', 'height': '300px', 'width': '300px' }); ss.start(); </script>
you need to add some other peace of code in slideshow.html here is what to add HTML: <script language="javascript" type="text/javascript"> var ss = new Class('slideshow', { 'color': '#ffffff', 'height': '300px', 'width': '300px' }); ss.start(); </script>