Forum Moderators: phranque

Message Too Old, No Replies

Want pic to open in new window for better viewing

         

jtmoney77

5:37 pm on Aug 11, 2004 (gmt 0)

10+ Year Member



I want someone to view a thumbnail (or fairly smaller pic) on my website, then have the option to click to enlarge. How do I make it enlarge in a new window? I use Front Page, so it would easier if you told me how to do it in that.

Thanks

snipped

[edited by: DaveAtIFG at 5:57 pm (utc) on Aug. 11, 2004]
[edit reason] Abbreviated Sig Re: TOS # 13 [/edit]

Pendragon

12:13 am on Aug 12, 2004 (gmt 0)

10+ Year Member



<a href="your picture location" target="_blank">

<img src="your image location">

</a>

It is called a target.

Same window is target="parent"
New window is target="_blank"

Actually, try that, if it doesn't work, try "blank" can't remember now for sure but I think the first was right.