Hi
I am creating a website and am using visual slide show creator to input a slideshow onto my site. I have tried putting it in by a way they suggested but it didnt work.
I have recently spent a few hours trying to input it via html coding, I have put the head code in the head section and the body in the body and I have it working but I can't move the slideshow to the point I want on the page, I have already tried to put it in an av tag and move it but it doesn't work.
Any suggestions??? Heres the code if it helps.
<head>
<title>Visual Slideshow generated by VisualSlideshow.com</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Visual Slideshow, Image Slide Show, Make Slideshows" />
<meta name="description" content="Visual Slideshow 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:#ffffff">
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href=""><img id="slide-0" src="data/images/2.jpg" alt="2" title="2" /></a>
<a href=""><img id="slide-1" src="data/images/3.jpg" alt="3" title="3" /></a>
<a href=""><img id="slide-2" src="data/images/4.jpg" alt="4" title="4" /></a>
<a href=""><img id="slide-3" src="data/images/5.jpg" alt="5" title="5" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/2.jpg" alt="2" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/3.jpg" alt="3" /></a></li>
<li><a href="#slide-2"><img src="data/thumbnails/4.jpg" alt="4" /></a></li>
<li><a href="#slide-3"><img src="data/thumbnails/5.jpg" alt="5" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Creating Slideshow by VisualSlideshow.com v1.2</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
</body>
</html>
I am creating a website and am using visual slide show creator to input a slideshow onto my site. I have tried putting it in by a way they suggested but it didnt work.
I have recently spent a few hours trying to input it via html coding, I have put the head code in the head section and the body in the body and I have it working but I can't move the slideshow to the point I want on the page, I have already tried to put it in an av tag and move it but it doesn't work.
Any suggestions??? Heres the code if it helps.
<head>
<title>Visual Slideshow generated by VisualSlideshow.com</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Visual Slideshow, Image Slide Show, Make Slideshows" />
<meta name="description" content="Visual Slideshow 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:#ffffff">
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href=""><img id="slide-0" src="data/images/2.jpg" alt="2" title="2" /></a>
<a href=""><img id="slide-1" src="data/images/3.jpg" alt="3" title="3" /></a>
<a href=""><img id="slide-2" src="data/images/4.jpg" alt="4" title="4" /></a>
<a href=""><img id="slide-3" src="data/images/5.jpg" alt="5" title="5" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/2.jpg" alt="2" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/3.jpg" alt="3" /></a></li>
<li><a href="#slide-2"><img src="data/thumbnails/4.jpg" alt="4" /></a></li>
<li><a href="#slide-3"><img src="data/thumbnails/5.jpg" alt="5" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Creating Slideshow by VisualSlideshow.com v1.2</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
</body>
</html>