View Full Version : Meshy! Well, if I hadn't of gotten that..


bunnigirl
08-22-2004, 11:54 PM
I need to know what a specific code is called and where can I find it. I'm trying to find that code that's a link but when you click it you go down to a specific part on the page (lower down the page in other words..)

Does anyone know where I can find something like that? I can't find it on lissaexplains because I don't even know what it's called.

Thanks!

Bunni Girl

jtchange
08-23-2004, 12:15 AM
this is called an anchor....
top of page: <a href="#anchor">Anchor Me</a>

lower on page: <a id="anchor"></a>You've been anchored!

Sephira
08-23-2004, 12:15 AM
it's called a page anchor - see here: http://www.lissaexplains.com/html4.shtml#anchor

bunnigirl
08-23-2004, 02:00 AM
You all helped so much ^__^ eee..thank you again!!

-Bunni Girl