0
   

HTML links

 
 
Reply Tue 8 Oct, 2002 11:47 am
Making an

html link works like this:

Code:<a href="pagelinkedto.html">text for the link</a>


That code would produce:

[URL=pagelinkedto.html]text for link[/URL]

And that's it! You have the basic link! The one above goes nowhere but you can see how it works.

Now the example I gave was a way to link to a page on the same site and in the same directory. If you want to link to a different site the structure is the same but the part in the href="" would be the full URL.

Here is a link to my very first site. The Raven's Realm.

Code:<a href="http://groups.msn.com/theravensrealm">Click here to go to The Raven's Realm</a>


That would give a link like this: Click here to go to The Raven's Realm

That's the basic structure of links in HTML.

I'll make tutorials for more options when I have time. Feel free to ask any questions.

P.S. Those links open in new windows but I did not show the code needed to do that. They will open in new windows because the forum is setup that way.
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 0 • Views: 1,923 • Replies: 1
No top replies

 
maxsdadeo
 
  1  
Reply Sat 23 Nov, 2002 05:13 pm
textListening and learning, Craven. Thank you.
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » HTML links
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/24/2024 at 05:52:20