Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: When publishing a slideshow to a folder, a html page is created. The page has a container that is centered by default. The background color is also set to #fff by default. In the software I don't see any places I can change that. The reason I want to change it is, that we intend to apply the slideshows to pages using iframes. It would be nice if the html file created, had the slideshow placed in the top left corner. It would also be nice if the background was set to transparent, so the slideshow will display nicely in an iframe on a page with a gradient background.
Is this possible, or do I have to change that myself in the html and css?
A: To make iframe with transparency you should:
1) Find following line in VisualSlideShow HTML code:
<body style="background-color:#ffffff">
and change "#ffffff" to "transparent". You'll have:
<body style="background-color:transparent">
2) Add following option to iframe where you added VisualSlideShow:
ALLOWTRANSPARENCY="true"
For example:
<iframe width="70%" height="500px" name="Slideshow" src="VisualSlideShow.html" frameborder ALLOWTRANSPARENCY="true"></iframe>
That's all.
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.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.