Help - Search - Members - Calendar
Full Version: Help Please
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
cupcake
i have a web page and i would like to do the following:

have an image on that page 1 and when you click on that image it takes you to page 2..

Any ideas?

Thanks biggrin.gif
mipadi
You need to set an image as a link, which is done by putting it between anchor (<a>) tags, like so:
CODE
<a href="page2.html" title="Next page"><img src="picture1.jpg"/></a>

Something like that will go on the first page. Now, on the next page, it'd be like this:
CODE
<a href="page3.html" title="Next page"><img src="picture2.jpg"/></a>

and so forth, for each page.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.