Well, there are a number of things I would look into to make this page look different but, to simply break out of the iframe while displaying the large version of the photo, change this:
HTML Code:
<a href="pic24.jpg">
to this:
HTML Code:
<a href="pic24.jpg" target="_blank">
Now, as to what I would do. I'd put everything except the picture, its description, email link and its link to the larger picture on the top page. Set the size of the iframe to just the largest possible size of a picture and its description and email link, and set the iframe to scrolling="no". Also I'd make the target of the link be the top page. Like:
HTML Code:
<a href="pic24.jpg" target="top">
to make this work you need to add this at the very beginning of the script on the top page:
and for good measure, i might put the large image in a page of its own, say pic24.htm and reference that in the link instead of pic24.jpg
Bookmarks