PDA

View Full Version : html linking help


supaflip_69
2003-11-22, 06:22 AM
in html, how do i link to something that's already on my page. For example, in my menu i have a link to biography..but the biography section is all the way at the bottom of the site. How would i link to that specific section?
thanx

Demosthenes
2003-11-22, 08:28 AM
in the html code go 2 wherever u want ur site to scroll down to

put <a name="biography">

then for the link itself u should put

<a href="yourwebsite.html#biographies"> your link </a>

supaflip_69
2003-11-23, 06:34 AM
ok...so if my biography section is in the bottom of my <body>, right before i start talking about my "biography" i put: <a name="biography>. Then on my link i just put in #biography

thanx man