Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help


Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1691 times and has 1 reply Next Thread
Male Nasimov
Stranger




Joined: Mar 25, 2004
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
On pages links?

Hello!

How would I create links that would go to specific spots on my pages. How would I do that?

Thanks.

[Mar 25, 2004 10:42:03 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male LSW
Advanced Member
Member's Avatar

USA
Joined: Nov 27, 2003
Post Count: 6285
Status: Offline
Reply to this Post  Reply with Quote 
Re: On pages links?

Hi,

You would use "Anchors" to do that.

<a href='#1' title='Go to answer'>is it raining?</a>

This is a example, you will see the link leads to #1, that is a named anchor point. # being the ID symbol and 1 is the name.

Then lower on the page where the answer is:

<a name='1'></a>No, it is not.

Here you set a anchor point with the <a> (anchor) element and a name attribute rather than a href attribute. This way it will skip down to this point, but be invisible, if you write:

<a name='1'>No, it is not.</a>

Then the anchor works as well, but the answer is underlined as it is a form of link due to the <a>

Sometimes you will want the anchor point underlined and some times not.
[Mar 25, 2004 10:56:47 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread