Does anyone know how to link to an image in another location? I'm trying to basically open a file in the same folder as my other images. In short, I want to link to an image without it being on the page. I've tried this, which is the only thing I know: <a href="imagefolder/image1.jpg_blank"> I've also tried: <a href="imagefolder/image1.jpg width="22" height="45" alt="image1" />
I've also tried wrinting some Javascript to open a new window, but it's not working. I'm trying to make it work with all browsers, but especially Firefox--the nastiest browser on the planet.