Change:
Code:
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 6.jpg',]
variableslide[1]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 4.jpg',]
variableslide[2]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 3.jpg',]
variableslide[3]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 2.jpg',]
to:
Code:
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 6.jpg', '', '']
variableslide[1]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 4.jpg', '', '']
variableslide[2]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 3.jpg', '', '']
variableslide[3]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 2.jpg', '', '']
Note: "Optional" in this case means 'can be empty', not 'can be absent'.
Bookmarks