Click to See Complete Forum and Search --> : Can some please help me -I need a bit of help.


corey_nicholls
10-06-2005, 07:13 PM
I have been to a few sights that have a nav bar down the side and when you click on the link it takes you half-way down the page to that peice of infomation. I was wondering how do do that.

Nedals
10-06-2005, 07:30 PM
The link in your navbar
<a href="#labelA">Navbar Link</a>

Page content
....
<a name="labelA"></a>Here's where you go to
....

konithomimo
10-06-2005, 07:51 PM
That is a very simple method which i like to use all the time :D

drhowarddrfine
10-06-2005, 09:28 PM
Help. (http://www.webdeveloper.com/forum/showthread.php?t=68822)