This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Timed Banner

I want to use the timed banner script to show random images on my site. I found the part where I change the image size, but how do I make it show more than 3 images? Whenever I add more than 3 urls I get a code error. Thanks to whoever can help.

Re: Timed Banner

Without being able to see the script (link to a page with it, don't try and post it in the forum) I can't say exactly what you need to change.

The script will have some sort of For...Next loop

If you look at the script in a text editor you should see something like:
for (i = 0; (i < 3); i++)
That determines how many images are displayed and you will need to change the maximum value.

If you can't identify the loop in your script post back here with a link.

Re: Re: Timed Banner

I'm using the code from here:
http://resources.bravenet.com/scripts_archive/javascript_dhtml/banners/timed_banner_swapper/
I haven't changed anything except the three image URLS and the three links. Can this help you help me? I found the part you were talking about but I'm not entirely sure what to do with it. Yep, I'm a newbie. I appreciate your time.