How to open a jpg in a new window?

Hello everyone,
I want the user to be able to select a picture on my site and it open a .jpg or .gif into a new window. Then they can close that window and return to where they were originally on my site. Any help will be greatly appreciated.

Thanks
Wiley

Never mind, I got my answer. I searched in the “Just starting your Design” forum.

Thanks anyway
Wiley

targer=_blank

<a href=“yourimagename.jpg” target=“_blank”>Image thumb</a>

Well, the standard method is to use a <a> tag with target=“_blank” for the smaller image. I am pretty sure it will be useful for you because I also used it before.

Thanks everyone. That worked! But that brings up another question. Can I set a size for the new window that opens?

Thanks
Wiley

This is becoming a job for JavaScript, so thread moved to that forum. :slight_smile: