Links and E-mails

Really Easy

It's very easy to do links and e-mails, just do them the same as in HTML code. For example if your page's url was http://www.myplace.com/ and the name was 'My Place' you would put:

<a href="http://www.myplace.com/">My Place</a>

You can also add e-mail links. If your e-mail was me@myplace.com and you were called 'Mr. NetStorm' you would type:

<a href="mailto:me@myplace.com">Mr. NetStorm</a>

That's it!

Back