I was wondering about this myself. I have an array of images that the user can cycle through using "next" and "previous" links, and I have a paragraph of text I want displayed with each image. There are 6 images in the array, hence 6 different paragraphs of text. I tried doing this with DHTML using show/hide layers but the results become atrocious with all the browser incompatibilities. Isn't there some way to set up a text/content array so when the user hits "next" and gets "image[2]" he can get the contents of "blurb[2]" displayed WITH the image -- and when he hits "next" again, and gets "image[3]", he will see "blurb[3]" displayed with it instead of blurb[2]?
If anyone can hit me with a clue-by-four here I'd appreciate it. I'm tearing my hair out over this thing. I've been scouring the web for days and can't find *anything* that fits what I'm trying to do. Maybe it isn't doable, but it's so basic and common-sense it HAS to be doable ... right? Help!
Thanks.
R.