VISUAL SLIDESHOW & WEBSITE MAKER
VISUAL SLIDESHOW & WEBSITE MAKER
Create your website – free, responsive, on your own!
DOWNLOAD FOR WINDOWS DOWNLOAD FOR MAC
VISUAL SLIDESHOW & WEBSITE MAKER
Create your website – free, responsive, on your own!
DOWNLOAD FOR WINDOWS DOWNLOAD FOR MAC
VISUAL SLIDESHOW & WEBSITE MAKER
Create your website – free, responsive, on your own!
DOWNLOAD FOR WINDOWS DOWNLOAD FOR MAC
VISUAL SLIDESHOW & WEBSITE MAKER
Create your website – free, responsive, on your own!
DOWNLOAD FOR WINDOWS DOWNLOAD FOR MAC
DOWNLOAD FOR WINDOWS DOWNLOAD FOR MAC
HOW VISUAL WEB MAKER WORKS
HOW VISUAL WEB MAKER WORKS
HOW VISUAL WEB MAKER WORKS
Place blocks to your page
Edit your contect inline
Adjust block settings
Manage and publish sites
Place blocks to your page
Edit your contect inline
Adjust block settings
Manage and publish sites
Place blocks to your page
Edit your contect inline
Adjust block settings
Manage and publish sites
Place blocks to your page
Edit your contect inline
Adjust block settings
Manage and publish sites
Place blocks to your page
Place blocks to your page
Edit your contect inline
Edit your contect inline
Adjust block settings
Adjust block settings
Manage and publish sites
Manage and publish sites
Previous
Next
×
Close
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
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
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
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
SLIDER / SLIDESHOW
SLIDER / SLIDESHOW
SLIDER / SLIDESHOW
GALLERY / PORTFOLIO
GALLERY / PORTFOLIO
GALLERY / PORTFOLIO
GALLERY / PORTFOLIO
MOBILE / DROPDOWN MENU
MOBILE / DROPDOWN MENU
MOBILE / DROPDOWN MENU
MOBILE / DROPDOWN MENU
Add image slideshow html code on the page
Add image slideshow html code on the page
Add image slideshow html code on the page
Q: I would like to add Visual JavaScript SlideShow to my website created with the Weebly.
Could you kindly assist me since I'm not quire sure how to do that?
A: Please see how should you install Visual Slideshow on existing .html page:
1. Create your gallery in Visual Slideshow and publish it on a local drive in any test folder:
- click 'Publish' button on the main menu panel or Gallery->Publish
- select 'Publish to folder', click 'Browse' button and select any local folder
- click 'Publish' button
2. So you'll have folder with index.html file, 'data' and 'engine' folders.
Open index.html file from the saved folder in any text editor.
3. Copy code for the HEAD section and paste it inside the HEAD section of you own webpage, for example:
<head>
...
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlbdisplay: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>
4. Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a gallery, for example:
<body>
...
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href="data/images/9.jpg"><img id="slide-0" src="data/images/9.jpg" alt="9" /></a>
<a href="data/images/7.jpg"><img id="slide-1" src="data/images/7.jpg" alt="7" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/9.jpg" alt="9" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/7.jpg" alt="7" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Slideshow With Flash by VisualSlideshow.com v1.0</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
...
</body>
5. Copy 'data' folder with video files and thumbnails and 'engine' folder with .css and .js files into the same folder with your own webpage.
Links
See More
Contact Us!
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Q: I would like to add Visual JavaScript SlideShow to my website created with the Weebly.
Could you kindly assist me since I'm not quire sure how to do that?
A: Please see how should you install Visual Slideshow on existing .html page:
1. Create your gallery in Visual Slideshow and publish it on a local drive in any test folder:
- click 'Publish' button on the main menu panel or Gallery->Publish
- select 'Publish to folder', click 'Browse' button and select any local folder
- click 'Publish' button
2. So you'll have folder with index.html file, 'data' and 'engine' folders.
Open index.html file from the saved folder in any text editor.
3. Copy code for the HEAD section and paste it inside the HEAD section of you own webpage, for example:
<head>
...
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlbdisplay: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>
4. Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a gallery, for example:
<body>
...
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href="data/images/9.jpg"><img id="slide-0" src="data/images/9.jpg" alt="9" /></a>
<a href="data/images/7.jpg"><img id="slide-1" src="data/images/7.jpg" alt="7" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/9.jpg" alt="9" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/7.jpg" alt="7" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Slideshow With Flash by VisualSlideshow.com v1.0</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
...
</body>
5. Copy 'data' folder with video files and thumbnails and 'engine' folder with .css and .js files into the same folder with your own webpage.
Q: I would like to add Visual JavaScript SlideShow to my website created with the Weebly.
Could you kindly assist me since I'm not quire sure how to do that?
A: Please see how should you install Visual Slideshow on existing .html page:
1. Create your gallery in Visual Slideshow and publish it on a local drive in any test folder:
- click 'Publish' button on the main menu panel or Gallery->Publish
- select 'Publish to folder', click 'Browse' button and select any local folder
- click 'Publish' button
2. So you'll have folder with index.html file, 'data' and 'engine' folders.
Open index.html file from the saved folder in any text editor.
3. Copy code for the HEAD section and paste it inside the HEAD section of you own webpage, for example:
<head>
...
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlbdisplay: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>
4. Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a gallery, for example:
<body>
...
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href="data/images/9.jpg"><img id="slide-0" src="data/images/9.jpg" alt="9" /></a>
<a href="data/images/7.jpg"><img id="slide-1" src="data/images/7.jpg" alt="7" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/9.jpg" alt="9" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/7.jpg" alt="7" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Slideshow With Flash by VisualSlideshow.com v1.0</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
...
</body>
5. Copy 'data' folder with video files and thumbnails and 'engine' folder with .css and .js files into the same folder with your own webpage.
<head>
...
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlbdisplay: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>
...
<!-- Start VisualSlideShow.com BODY section -->
<div id="show" class="slideshow">
<div class="slideshow-images">
<a href="data/images/9.jpg"><img id="slide-0" src="data/images/9.jpg" alt="9" /></a>
<a href="data/images/7.jpg"><img id="slide-1" src="data/images/7.jpg" alt="7" /></a>
</div>
<div class="slideshow-thumbnails">
<ul>
<li><a href="#slide-0"><img src="data/thumbnails/9.jpg" alt="9" /></a></li>
<li><a href="#slide-1"><img src="data/thumbnails/7.jpg" alt="7" /></a></li>
</ul>
</div>
<a id="vlb" href="http://visualslideshow.com">Slideshow With Flash by VisualSlideshow.com v1.0</a>
</div>
<!-- End VisualSlideShow.com BODY section -->
...
</body>
Links
See More
Contact Us!
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Links
See More
Contact Us!
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
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
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
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
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
Copyright (c) 2016 Visual Slideshow Builder.
Clash Royale CLAN TAG#URR8PPP