Forum Moderators: coopster
Is there any way, using php, that I can force the column of thumbs to retain it's position or scroll it to the currently selected image?
this assumes that you prepare the whole list dynamically.
<a name = "actpic">
<a href = ".....">......</a>
this should work. Looking at it, you should also be able to use this:
<a name = "actpic" href = ".....">......</a>
(but I always used them separate - don't know why).