Thanks for your reply!
I'm sorry, but I don't have hosting yet. I copied and pasted the code below
from the Easy Rotator Website. I'm able to open the Rotator (on a separate
webpage), but only from the beginning. That's as far as I've been able to
get.
I don't understand the following instructions (below the code).
I can't figure out how to link thumbnails to their corresponding images in
the rotator. I also have multiple thumbs that I need to link.
Thanks in advance for any help you can give based on what I've been able to
send.
Then, to link to a specific photo in the rotator, link to that rotator's
page using er_col in the querystring. The er_col value should be the
zero-base numeric index of the slide. For example, if you want to link to
the third slide (index 2) in the rotator in gallery.html, use the following
link:
gallery.html?er_col=2
When the gallery.html page loads, the rotator will jump to the third slide.
If your rotator has multiple image categories, you can link to a specific
category via the er_row parameter. As with er_col, er_row should be the
zero-base index of the category. Building on our previous example, let's
suppose you want to link to the third photo in the second category. Here's
the link you would use:
gallery.html?er_row=1&er_col=2
Thank you!
Lisa
On Fri, Mar 8, 2013 at 10:20 PM, Sudarshan Thiagarajan <