|
#2
[
]
|
|||
|
|||
|
Re: how to use anchors on webpages
Linking pages together: <a href="yourfile.html">Your Link's Title</a>
Anchoring sections on a page: 1. <a href="#your_anchor_link_title">Your section's name</a> 2. Place the <a name="your_anchor_link_title"></a> in the part of the page that you want. Once you've done that, whenever someone clicks on the anchor link of "#your_anchor_link_title", it'll jump that that section of the page.
__________________
![]() [Valice.Net] [Click to save humanity] [ZU Psychologist] 6,000th post - 2007/02/03 |

| Sponsored Links |
|
#3
[
]
|
|||
|
|||
|
Re: how to use anchors on webpages
To add onto that:
<a href="yourfile.html" target="_self">Your Link's Title</a> You add the target="_self" so the page will open in the same window. To open it in a new window, just change the "_self" to "_blank" I suggest using "_self" for links to other pages on your site. Only use "_blank" for off-site links, or you'll annoy a lot of people. |

![]() |
| Tags |
| anchors, webpages |
| Thread Tools | |
|
|