GRT 0 Posted September 26, 2005 Share Posted September 26, 2005 I have a thumbnail image that i want when you click it another window comes up with a bigger image with no toolbars and set width/height. So far i can get a text link that when you click brings the bigger picture up with notoolbar and set size, but i just need to change the text link to image. Any help? Quote Link to post Share on other sites
Rocky 1,224 Posted September 26, 2005 Share Posted September 26, 2005 I have a thumbnail image that i want when you click it another window comes up with a bigger image with no toolbars and set width/height. So far i can get a text link that when you click brings the bigger picture up with notoolbar and set size, but i just need to change the text link to image. Any help? ← TEXT LINK looks like this <a href="large-image.jpg">text link</a> IMAGE LINK, like this <a href="large-image.jpg"><img src="small-image.jpg" width="464" height="184" border="0"></a> Quote Link to post Share on other sites
GRT 0 Posted September 26, 2005 Author Share Posted September 26, 2005 Thanks rocky Quote Link to post Share on other sites
firefly2442 0 Posted September 26, 2005 Share Posted September 26, 2005 I think you need target="_blank" in there someplace too. Otherwise it will open in the same window. Quote Link to post Share on other sites
GRT 0 Posted September 26, 2005 Author Share Posted September 26, 2005 Actually i made some changes <A HREF="java script:popUp('bigimg.jpg')"><img src="littleimg.jpg"</A> Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.