Make sure that here, in your version of here (from the code block on the demo page):
Code:
variableslide[0]=['ball.gif', '', '']
variableslide[1]=['spaceship.gif', 'http://www.space.com', 'Has aliens landed on earth? You decide.']
variableslide[2]=['cake.gif', '', '']
that all fields are represented. If you have nothing for a field, leave it blank, as in:
Code:
variableslide[0]=['ball.gif', '', '']
Do not simply remove them entirely. Don't do this:
Code:
variableslide[0]=['ball.gif']
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks