Moving on, use the "rev" attribute to specify within which container (ie: a DIV) the enlarged image should be shown, and optionally, the URL this image should be hyperlinked to:
In the above case, you're telling the script to load the enlarged image in the DIV (or some other element) on the page with ID="loadarea". Obviously remember to actually give this DIV such an ID declaration.
If you want the enlarged image to be hyperlinked, extend the above declaration a delimiter (::) followed by the desired URL:
Code:
rev="loadarea::http://www.dynamicdrive.com"
Bookmarks