Quote Originally Posted by bcr229 View Post
Bearing in mind that I have never used Wordpress or any other web site development "tool" (other than Oracle Forms for work), I code my business web pages in straight HTML with CSS. So, I have no idea if this will work in Wordpress.
Assuming that your pictures are in a subdirectory called images under your main/index page, for a file named pic.jpg with the thumbnail picture named pic_thumb.jpg here's how you code it:
<a href="images/pic.jpg"><img src="images/pic_thumb.jpg"></a>
Thanks for the tip!!

I have gone back to working on the site myself as I found a template tat has pretty much what I want. It is still a work in progress, but I like it much better than the original template.