Click to See Complete Forum and Search --> : Link to an image on same page. HELP ME PLEASE


cc100
07-24-2006, 09:21 AM
Hope someone can help me,

I have a button at the bottom of my page that I would like to link to an image that is further up my page so that when the button is clicked you are brought up to this image(staying on the page in the window).

How do I do this?

Thanks, CC

KDLA
07-24-2006, 10:00 AM
Put this next to your image:
<a name="image"></a>

Then, place a link to the image in your button's link coding:
<a href="#image">button</a>

Reference: http://www.w3schools.com/html/html_links.asp

cc100
07-24-2006, 11:33 AM
Thankyou,

worked a treat!

CC