Hi, I am trying to insert a slideshow from
http://www.visualslideshow.com into my home page but cannot get it to work. The slideshow works fine outside of XSP and I have tried inserting the code into the head and body of the home page through the advanced settings section and also tried through the 'source' option of the home page. I also uploaded the image file with saved settings to the resource manager but only garbage is showing on preview or publishing. Can anyone offer some help please?
This is the code provided by the website which I am trying to load.
<head>
<title>imagegall1 generated by VisualSlideshow.com</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="imagegall1, Visual Slideshow, Image Slide Show, Make Slideshows" />
<meta name="description" content="imagegall1 created with Visual Slideshow, a free wizard program that helps you easily generate beautiful web slideshow" />
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlb{display:none}</style>
<script type="text/javascript" src="engine/js/mootools.js"></script>
<script type="text/javascript" src="engine/js/visualslideshow.js"></script>
<!-- End VisualSlideShow.com HEAD section -->
</head>
<body style="background-color:#007f00">
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href="http://www.superbiz.com.au/Contribution-Splitting.html"><img id="slide-0" src="data/images/asd.jpg" alt="Contribution Splitting - is it for you?" title="Contribution Splitting - is it for you?" /></a>
<a href="http://www.barrylizmore.com.au"><img id="slide-1" src="data/images/barry.jpg" alt="Take control of your money" title="Take control of your money" /></a>
<a href="http://www.superbiz.com.au/Capital-Gains-Tax-(CGT)-Exemption-Cap.php"><img id="slide-2" src="data/images/cgt1.jpg" alt="How to grow your super with capital gains " title="How to grow your super with capital gains " /></a>
<a href="http://www.superbiz.com.au/Anti-Detriment-Payments.php"><img id="slide-3" src="data/images/cross.jpg" alt="How to increase a lump sum death benefit with anti-detriment payments" title="How to increase a lump sum death benefit with anti-detriment payments" /></a>
<a href="http://www.superbiz.com.au/Temporary-Residents.php"><img id="slide-4" src="data/images/dasp.jpg" alt="Leaving Australia and want to access your super?" title="Leaving Australia and want to access your super?" /></a>
<a href="http://www.superbiz.com.au/Termination-of-gainful-employment.php"><img id="slide-5" src="data/images/employterm.jpg" alt="Termination of employment - can I access my super?" title="Termination of employment - can I access my super?" /></a>
<a href="http://www.superbiz.com.au/Permanent-Incapacity.php"><img id="slide-6" src="data/images/piggy1.jpg" alt="How to access your super after permanent incapacity" title="How to access your super after permanent incapacity" /></a>
<a href="http://www.superbiz.com.au/Spouse-Contributions.php"><img id="slide-7" src="data/images/spouse.jpg" alt="What are the benefits of spouse contributions?" title="What are the benefits of spouse contributions?" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/asd.jpg" alt="Contribution Splitting - is it for you?" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/barry.jpg" alt="Take control of your money" /></a></li>
<li><a href="#slide-2"><img src="data/thumbnails/cgt1.jpg" alt="How to grow your super with capital gains " /></a></li>
<li><a href="#slide-3"><img src="data/thumbnails/cross.jpg" alt="How to increase a lump sum death benefit with anti-detriment payments" /></a></li>
<li><a href="#slide-4"><img src="data/thumbnails/dasp.jpg" alt="Leaving Australia and want to access your super?" /></a></li>
<li><a href="#slide-5"><img src="data/thumbnails/employterm.jpg" alt="Termination of employment - can I access my super?" /></a></li>
<li><a href="#slide-6"><img src="data/thumbnails/piggy1.jpg" alt="How to access your super after permanent incapacity" /></a></li>
<li><a href="#slide-7"><img src="data/thumbnails/spouse.jpg" alt="What are the benefits of spouse contributions?" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Creating Slideshow by VisualSlideshow.com v1.6</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
</body>