Glad it is working for you, just some extra thoughts -
I might have added that the images themselves must be of the dimensions specified, the browser will not resize them. Also, any changes to your code, images or markup may take time to appear to take effect due to browser caching of images and/or code/pages.
Your second sermon should actually be:
Code:
<a href="images/Sermon3.jpg" onclick="return enlarge('images/Sermon3a.jpg',event,'center',560,644)">
For proper centering vertically as that is the true height of the image, not 420 but, 644 is really too large anyway and currently positions the image partly off of the screen at the bottom on most monitors. I'd suggest cropping that image to a height more in line with the other two.
Bookmarks