Log In · Register

 
Help Please, for my website
cupcake
post Aug 3 2005, 08:09 AM
Post #1


Member
**

Group: Member
Posts: 11
Joined: Jul 2005
Member No: 181,324



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
 
 
Start new topic
Replies
*mipadi*
post Aug 3 2005, 08:21 AM
Post #2





Guest






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.
 

Posts in this topic
cupcake   Help Please   Aug 3 2005, 08:09 AM
mipadi   You need to set an image as a link, which is done ...   Aug 3 2005, 08:21 AM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: