PDA

View Full Version : web design help with showing content from a link



tutton
10-26-2009, 06:30 AM
Hi

Need some help making links like this example from Wikipedia.

http://en.wikipedia.org/wiki/Los_Maniceros_massacre#Survivor

When you click the link it takes you to a certain part of the page. How do I do this?

Thanks.

david blaine
10-26-2009, 06:36 AM
<a href="#whatever">whatever</a>
^click this to scroll wherever you put:

<a name="whatever">&nbsp;</a>

tutton
10-26-2009, 06:38 AM
thanks man

dp4perchas3r
10-26-2009, 09:28 AM
anchor's 101

tutton
10-26-2009, 12:12 PM
i forgot ok