how to link a picture to another page by clicking on it?
Posted: Fri May 14, 2004 7:29 am
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.
Thank you.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href="path/to/page/with/larger/image.html"><img src="path/to/smaller/image.ext"></a>