PDA

View Full Version : How Do You Do This...



LukeySD
February 5th, 2002, 10:55
On sites they have links like #pictures and u click it goes down the page ... is their a like a guide or could some help me

Sikes
February 5th, 2002, 11:52
It's called an anchor, it's like a link, but instead of linking to another page, it's links to somewhere in the active documents (for example the pics down the page)

It's quite easy actually, you just put :

<a name="your-name">

Where you want to jump to and:

<a href="#your-name">Click Here</a>

For stuff like this, go here, about 3 quarters down the page is where it explains this.

URL : http://www.howstuffworks.com/web-page1.htm