Basics

HTML

Java

Colors

Frames

Tables

Fonts

Graphics

Links

Contact

How do I add an e-mail link?

 

This is called a "mailto" and this is how you do it (add your own info where you see bold text):

<a href="mailto:your address">your text</a>

This is what it will look like: E-mail me



To add a mailto link (centered) with an image this is what you do:

<center><a href="mailto:your address"><img src="your filename.gif" width="000" height="000" alt="E-Mail" border="0"></a></center>

This is what it would look like:

E-mail



If you want to have a subject entered in the subject line automatically, you should add this code to your editor:

<a href="mailto:your e-mail address?subject=your subject">Your text</a>

For example: E-mail me



You can do the same with an image e-mail link. You just have to past the "
?subject=your subject" into it.