VISUAL SLIDESHOW & WEBSITE MAKER

Create your website – free, responsive, on your own!

Create awesome mobile-friendly slideshows and websites. No coding and free.

HOW VISUAL WEB MAKER WORKS

VISUAL SLIDESHOW WEBSITE BUILDER

Try now, it's free! You can use it for free to create sites for your and your clients' purposes!

DOWNLOAD FOR WIN DOWNLOAD FOR MAC

SLIDER / SLIDESHOW

GALLERY / PORTFOLIO

MOBILE / DROPDOWN MENU

The animated slideshow software stops working after the updates of template in Dreamweaver

Q: I am creating the site in Dreamweaver. When I firstly put the Visual Slideshow into my page it worked fine.
But when I update the template it stops working. Can you advise how to fix it?

A: You should locate the HEAD section of Visual Slideshow together with BODY section of VisualSlideshow in body section of your page.
Notice that the HEAD section should be before BODY section.
For example:

<body>
...

<!-- 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 -->
<!-- Start VisualSlideShow.com BODY section -->
	<div id="show" class="slideshow">
	<div class="slideshow-images">
<a href="#"><img id="slide-0" src="data/images/1.jpg" alt="1" title="1" /></a>
<a href="#"><img id="slide-1" src="data/images/2.jpg" alt="2" title="2" /></a>
<a href="#"><img id="slide-2" src="data/images/3.jpg" alt="3" title="3" /></a>
<a href="#"><img id="slide-3" src="data/images/4.jpg" alt="4" title="4" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/1.jpg" alt="1" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/2.jpg" alt="2" /></a></li>
<li><a href="#slide-2"><img src="data/thumbnails/3.jpg" alt="3" /></a></li>
<li><a href="#slide-3"><img src="data/thumbnails/4.jpg" alt="4" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Make Flash Slideshow by VisualSlideshow.com v1.9</a>
	</div>
	<!-- End VisualSlideShow.com BODY section -->

...
</body>

VISUAL WEBSITE BUILDER

Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.

DOWNLOAD FOR WIN DOWNLOAD FOR MAC