Page 1 of 1

how to link a picture to another page by clicking on it?

Posted: Fri May 14, 2004 7:29 am
by zealane
Do you know how to link two pages by clicking at a picture that can be displayed in another page in a bigger size?
Thank you.

Posted: Fri May 14, 2004 7:55 am
by patrikG
Moved to client-side.

Posted: Fri May 14, 2004 8:40 am
by qads
they are called thumbnails, smaller one is anyway :P.

Code: Select all

<a href="path/to/page/with/larger/image.html"><img src="path/to/smaller/image.ext"></a>
you might wanna get frontpage or dreamwaver, but if you want to learn html (which is needed to script php), then carry on with notepad or whatever you have :).