How to make HTML tag so that a link goes to a point on page (Virtual World - Website Questions and Proxies)
I know how to use the <A HREF="#codeword"> tag and have it jump to something on the same page...but how do I link from one page to another page and have it jump to a #codeword? Would it be something like <A href-"/linkedpage" target=#codeword>?
How to make HTML tag so that a link goes to a point on page
Hello there,
No. You would just add #tagname to the web address. Like http://jttechonline.com#help.
<a href="linkedpage#tagname">Link Here</a>
How to make HTML tag so that a link goes to a point on page
Cool dude thanx!! 