Here is the way to make a hyperlink.
<a href="http://BaseEffect.tripod.com">This text will be the hyperlink</a>
Result:
This text will be the hyperlink
First the href part, I'm not exactly sure what that means but it makes a hyperlink. then you put an equal sign and quotation marks, the quotation marks is where you put the web address. Then you put the greater than sign, and after that you put what you want the hyperlink to say. Then you put the </a>, that tells where you end the hyperlink. |