View Full Version : How to make a web link when clicked appear at a certain point of the linked page?
dartzorichalcos
Jun 13, 2007, 09:11 AM
How do you make linked webpages when clicked appear at a certain point in the page. For example in this (http://en.wikipedia.org/wiki/Santa_Rosa_platform) Wikipedia article, how do I make it start at Santa Rosa platform not at the beginning of the page. I seen some people do this and I never figured out how to do this. I hope I explained it clearly and thanks.
AdeFowler
Jun 13, 2007, 09:16 AM
Not sure, but try Control clicking on the desired link, select 'copy link' and use that in your tag?
That link's not to a wiki article by the way.
dartzorichalcos
Jun 13, 2007, 09:19 AM
That link's not to a wiki article by the way.
I fixed it. Just found out I didn't copy the Wiki article before this and the linked file was to one of my threads.
lancestraz
Jun 13, 2007, 10:35 AM
Like this (http://en.wikipedia.org/wiki/Santa_Rosa_platform#Marketing).
Vidd
Jun 13, 2007, 10:38 AM
Using the <a> tag with name="name".
Then the link will be http://whatever.com/test.html#name and will load where the HTML is <a name="name">.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.