Links in Page1.html
<a href="page2.html#first"> First Part </a>
In your second page you need to add an anchor tag with a 'name' attribute or an 'id' attribute before the section starts.
<a name="first"> </a>
or
<a id="first"> </a>
<a href="page2.html#first"> First Part </a>
In your second page you need to add an anchor tag with a 'name' attribute or an 'id' attribute before the section starts.
<a name="first"> </a>
or
<a id="first"> </a>
0 comments:
Post a Comment