Jump to certain point on another page

peterbruce

Supreme Member
Joined
Sep 1, 2010
Messages
1,478
Reaction score
386
Similar to http://bignosebird.com/docs/h17.shtml

I am trying to add a text link at the bottom of http://www.empire64marketing.com/buygoogleplusone.htm
saying 'Buy Twitter Followers' which, when clicked will take the visitor to the BOTTOM of http://www.empire64marketing.com/buytwitterfollowers.htm

Any help appreciated.
Thanks
 
Designate the target area, for example:

HTML:
<a name="buy"></a>

Then, just add #buy to the end of the link tag, for example (without the * of course):
HTML:
<a href="h*tt*p://w*w*w.empire64marketing.c*o*m/*buytwitterfollowers.htm#buy>Buy Twitter Followers</a>
 
Back
Top