Continuous Reel Slideshow

Hey,

I have two questions:

  1. when you check my page you can see the slideshow not being aligned in the center at all but being left-aligned. Is there a way to nicely center the photos in the frame instead of them being left-aligned? Is this css related (I have set the containing div of my slideshow to float:left)?

2)I have the script from here. How can I create another slideshow with different pictures? Is this the instance they are talking about - but how can I enter different URL’s ?

Thank you in advance,
ajajajak

Removing the plattegrond.css stylesheet fixes the centering problem of the reel.

The problem is that you have a CSS declaration that forces ALL images to be floated left. That’s what’s causing your problem.

Ok, thank you.

If someone could also answer my second question :slight_smile:

  1. View the source code for the demo page.
  2. Scroll down to the script code

There you will see how.