Drew
Banned
Registered: 24th Nov 01
Location: County Durham
User status: Offline
|
ive done this before, but cant remember, so how do i....
put links on a page, and link it to a different part of the page, like further down it???
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
The anchor tag for where you want the page to link to should be:
code: <a name="something"></a>
With the link itself:
code: <a href="page.html#something>click</a>
|
Drew
Banned
Registered: 24th Nov 01
Location: County Durham
User status: Offline
|
thank you joffmaster
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
s'ok drewston
|