View Full Version : click on an image, goes to an inlineframe


StuckonAntanDec
01-05-2004, 01:13 PM
Hi
i want to hav like 6 images (the girl, you, e.t.c) stuff like that and when you click on them i want them to go in an iframe below.
how do i do this ?
i know how to do it with text but i dunno about images!
thanks x

pb&j
01-05-2004, 01:34 PM
it is the exact same with images.
put the image inside of your link tags.

<a href="whatever.html" target="NameOfIframe"><img src="ImageName.gif" border="0"></a>

important parts are the target value and the border.