I would like to put in evidance the fact that we can clic on the intermidiate image to get the original image.
How can I put a note over all the intermidiate images? Something like: "Clic on the image to see the original size"
I know there is a tool tip when the mousse is over the intermidiate image but I thinK it is not visible enough.
In your theme's theme.php file, search for :
Quote<table cellspacing="2" cellpadding="0" class="imageborder">
Right below it add:
Quote<div align="center">Click on Image to see full-sized original.</div>
Save your theme.php file.
That's it.
Dennis
OH yeah, while you are at it,
Add this as well ...
In that same section, scroll down a bit till you see
Quote<!-- BEGIN img_desc -->
then add this just above it:
Quote<i> <small><div align="center">Click on left and right thumbnails to scroll filmstrip</div> </small> </i>