HTML Thing
- Started
- Last post
- 6 Responses
- organikdesign
Hi there I am in the process of bulding my website, but as i'm not a HTML head i'm kinda blagging it!
Anyways I want all my work on one HTML page with navigation at the top, when a link is pressed at the top, i would like the page to jump down to the location of the specific link? How do I do this?, I guess its fairly simple but i dont even know what its called to even search for it!!!
could anyonehook me up with a link?
Much appreciated
- foreign0
it's an anchor.
check my site in my profile.
view the source, it's simple.
- organikdesign0
Thanks!!!!!!
- foreign0
you have the link at the top:
skills_
then the anchor where you want the page to jump to:
- foreign0
mmm
link:
[a href="#skills"]skills_[/a]
anchor:
[a name="skills"][/a]
- organikdesign0
all good foreign
cheers for the help
- nipple0
what you need is:
[1] (a href="#name")(/a)
{2] (a name="name")(/a)put #1 in the navigation and put #2 where the new topic begins