Your images are 404 Not Found. Where are they? According to the script code they should be in the angelfire.com/fl/kitnhevn/ folder. I think I found them in the angelfire.com/fl/kitnhevn/slidetani/ folder.
What you have for the optional link is actually the path to the image. That field is for an optional link, like if you want clicking on the image to open another page.
If you don't want that, you can leave it empty. Also, you can use the relative path. So:
Code:
variableslide[0]=['81506 tani n marty.jpg', 'http://www.angelfire.com/fl/kitnhevn/slidetani/', 'text']
variableslide[1]=['slide1.jpg', 'http://www.angelfire.com/fl/kitnhevn/slidetani/', 'text']
would become:
Code:
variableslide[0]=['slidetani/81506 tani n marty.jpg', '', 'text']
variableslide[1]=['slidetani/slide1.jpg', '', 'text']
and so on for the rest of them.
Or you can still use the absolute path if you want to. If so you would do it like this:
Code:
variableslide[0]=['http://www.angelfire.com/fl/kitnhevn/slidetani/81506 tani n marty.jpg', '', 'text']
variableslide[1]=['http://www.angelfire.com/fl/kitnhevn/slidetani/slide1.jpg', '', 'text']
and so on for the rest of them.
Bookmarks