I set up the AnythingSlider on my PHP website and it worked great, so I set it up on my ColdFusion site as well and it works great except that it adds an extra blank frame into the "slideshow". Any ideas what would cause that? The data comes from a recordset via a stored procedure, and I already checked to see if the recordset was outputting an extra blank record - it's not.
I set up the AnythingSlider on my PHP website and it worked great, so I set it up on my ColdFusion site as well and it works great except that it adds an extra blank frame into the "slideshow". Any ideas what would cause that? The data comes from a recordset via a stored procedure, and I already checked to see if the recordset was outputting an extra blank record - it's not.
Give link to site and we can help better by looking at your code.
DOH! Nevermind, I had an extra paragraph tag between the closing "cfoutput" and "div" tags. I'm an idiot.