making a link |
![]() ![]() |
making a link |
Jul 30 2007, 12:02 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Jul 2007 Member No: 548,661 |
how?
|
|
|
|
Jul 30 2007, 12:11 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2007 Member No: 553,377 |
The tags used to produce links are the <a> and </a>.
The <a> tells where the link should start and the </a> indicates where the link ends. Everything between these two will work as a link. The target of the link is added to the <a> tag using the href="http://www.whateverpage.com" setting. The example below shows how to make the word here work as a link to yahoo. Click <a href="http://www.yahoo.com">here</a> to go to yahoo. KELLY |
|
|
|
| *The Markster* |
Jul 30 2007, 12:11 PM
Post
#3
|
|
Guest |
Use this code:
CODE <a href="LINK URL HERE">Click this</a> |
|
|
|
![]() ![]() |