Anchor Text!
Moderator: Moderators
Anchor Text!
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

- Posts: 627
- Joined: Mon May 31, 2004 10:08 am
- Location: Someday I'll find out.
(please correct me if I am wrong)
Isn't anchor text hyperlinks?
Anyway this is how you do it, if anchor text is hyperlinks.
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>
Here's the first part of the code (the link itself):
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 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>
Set by everconfused
-
quicksilvery1pore
- PPT Trainee

- Posts: 627
- Joined: Mon May 31, 2004 10:08 am
- Location: Someday I'll find out.

