Hey Tom. Here's how to make a link:
Surround whatever text you want to be an underlined link with
<a href="http://www.example.com/">
and
</a>
So posting this sentence:
Click <a href="http://www.google.com">here</a> to go to google.com
would result in this on your webpage:
Click here to go to google.com.
You can also make an image a link as well by surrounding the <img src=""> tag with <a href=""> and </a>
|
Surround whatever text you want to be an underlined link with
<a href="http://www.example.com/">
and
</a>
So posting this sentence:
Click <a href="http://www.google.com">here</a> to go to google.com
would result in this on your webpage:
Click here to go to google.com.
You can also make an image a link as well by surrounding the <img src=""> tag with <a href=""> and </a>
- jim 7-09-2002 9:40 pm