Anchor Text!

Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.

Moderator: Moderators

Locked
Message
Author
Shoyru
Newbie
Newbie
Posts: 34
Joined: Mon May 31, 2004 11:58 pm

Anchor Text!

#1 Post by Shoyru »

Okay, so I'm ready to spruce up my Pet Page a bit, however, I don't know how to implement anchor text. Who were does? I would REALLY appreciate it if you could help me out with this!
quicksilvery1pore
PPT Trainee
PPT Trainee
Posts: 627
Joined: Mon May 31, 2004 10:08 am
Location: Someday I'll find out.

#2 Post by quicksilvery1pore »

(please correct me if I am wrong)
Isn't anchor text hyperlinks?
Anyway this is how you do it, if anchor text is hyperlinks.

Code: Select all

<a href="http://[insert url here]">[insert text here]</a>
Image
Shoyru
Newbie
Newbie
Posts: 34
Joined: Mon May 31, 2004 11:58 pm

#3 Post by Shoyru »

Nope. It's the ability to scroll to a specific point on a page. Like a specific paragraph in a story, for example. This allows you to click a link and it will direct you to that paragraph.
Silja
PPT God
PPT God
Posts: 1503
Joined: Thu Jul 29, 2004 2:06 am
Location: Finland
Contact:

#4 Post by Silja »

Here's the first part of the code (the link itself):

Code: Select all

<a href="#codeword">whatever words you want to use</A>


To tell the link where to go, this is what you need to do. Copy and paste this code and put it where you want the link to go on your page:

Code: Select all

<A name="codeword"></A>
Image
Set by everconfused
Shoyru
Newbie
Newbie
Posts: 34
Joined: Mon May 31, 2004 11:58 pm

#5 Post by Shoyru »

Thank you! Many huggles to you and your family tree.
quicksilvery1pore
PPT Trainee
PPT Trainee
Posts: 627
Joined: Mon May 31, 2004 10:08 am
Location: Someday I'll find out.

#6 Post by quicksilvery1pore »

Shoyru wrote:Nope. It's the ability to scroll to a specific point on a page. Like a specific paragraph in a story, for example. This allows you to click a link and it will direct you to that paragraph.

Oh, I see, I've been trying to look for that code too :)
Sorry if I mislead you Shoyru :oops:
Image
Locked