Dragon Mage Graphics
Adding Links

Everybody has them - links! Now, how do you add them to your page? Well, first of all there are three types of links. There are on-page links, e-mail links, and off-page links.

On-page links are links that are to other parts of your website. For instance, you got here by clicking the link on the HTML Help page. That was an On-Page link.

Off-Page links are links to other sites. This means that you want to link to another site that is NOT yours. Read on for more information.

E-mail links allow your visitors to e-mail you from your website. Each link type requires different things. Feel free to change what is in red.

On-Page Linking
<a href="enter.htm">Enter into my Site!</a>

Off-Page Linking
<a href="http://www.google.com/">Go to Google</a>

E-mail Linking
<a href="mailto:youremail@host.com">E-mail me!</a>

On-Page Linking
You need to have another file on your webpage to do this. After to you have the other file, simply change the "enter.htm" to the file name of the page you wish to link to.

Off-Page Linking
In order to do this, you'll need a website to link to. You need the URL (You can find this in the address bar on your browser) of that page as well. I have chosen Google. You must include http:// part of the URL!

E-mail Linking
Make sure you keep the Mailto: part of it in the link, or it will not work. Also, double check to make sure the e-mail you have entered is spelled correctly.

Back to HTML Help.
Back to Dragon Mage Graphics.


© drago. Please do not remove anything from this page. The backgrounds are offered in the free graphics sections.