View Full Version : Page Anchors


Scottishchick
04-01-2006, 08:42 PM
Ok it may be basic but I don't understand how you get page anchors to work. How do you know what the codeword is? Can someone please help because I'm confused! :(

Paco
04-01-2006, 08:56 PM
http://lissaexplains.com/html4.shtml#anchor

<a href="#put your codeword here">text to be seen</A>

then put this where you want to be taken

<A name="same codeword as before"></A>

http://lissaexplains.com/html4.shtml#anchor

Its quite simple once you get used to it.

Scottishchick
04-01-2006, 09:33 PM
Thankyou but I don't understand what the codeword is.

war59312
04-03-2006, 05:16 AM
Hey,

It can be whatever you want it to be.

Just make sure you use the same word in both places.

It's really just that simple.

Well, hope that helps,

Will