I need to know how to link something from one page to other page. I want it link to a certain pharse, not just anywhere on page. can you should be the code and how to use it. very new to this stuff.
jdMorgan
2:24 am on Feb 1, 2011 (gmt 0)
We used to use a "named anchor" but that method has now been superceded by the use of named <div>s. add a "#" and the name of the named anchor or division to your URL, as in example.com/page.html#name-here
If you need more info, please ask in the HTML and browsers forum, as this is purely a client-side function.