Log in

View Full Version : HTML question



Amaron
01-11-2005, 07:42 PM
Hey all,

I taught myself to write basic HTML but I have something I want to do and I cannot figure it out... I know its so simple...


I have a index at the top of a big page and I want to click on a name IE shields and have it poof you to where the catagory shields is...

I want to know how to do this on the same page and going from one page to another.

Thanks

J the html idiot

Artha
01-11-2005, 08:38 PM
In the code, you put something like <a name="whateva"></a>

The URL to jump to it is formatted like: www.yoursite.com/doc/file.html#whateva

Chyrain
01-11-2005, 08:45 PM
that's technically called an anchor link. If you need more instruction, just do a google search about it. there are usually pretty decent sites around to help with html.

Amaron
01-11-2005, 08:46 PM
Thanks!

J

Insodus
01-12-2005, 03:24 AM
www.w3schools.com

All you ever need to know.