<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<a href="http://www.example.com/image2.JPG">
<img src="http://www.example.com/image1.JPG">
</a>
I have the above code working but I would like when a customer clicks on image1 -- image2 will open in the center of the page (not using css but something like <center></center> or align="middle"). Also, I would like for a (Back to Previous Page) button to show when image2 opens and I would also like to be able to have some text. So basically when image2 opens I would like the customer to see the photo centered, a "Back to Previous Page" button, and some text.
<INPUT TYPE="button" VALUE="Back to Previous Page" onClick="history.go(-1);">
Thanks in advance for any help,
yeto