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.
how to link a picture to another page by clicking on it?
Moderator: General Moderators
they are called thumbnails, smaller one is anyway
.
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
.
Code: Select all
<a href="path/to/page/with/larger/image.html"><img src="path/to/smaller/image.ext"></a>