!!!Update!!!  This is currently not working, but it has worked for me ever since I started doing pages.   Weird, huh?...

This little trick can be a useful tool when adding email links to your web pages.  Using this little trick will enable you to automatically fill out the visitor's subject line in their email.  Be aware, however, that the user can change the subject line to.  In most cases, the subject line remains unchanged.

<a href="mailto:your_email@domain.com?subject=your subject here">
<font size="4" color="E09652">Email Me by Clicking Here
</a></font>

The bolded areas are ones you will need to change in order to personalize this feature for your use.  The font tag is here only for example of use.  You of course can do the same with image tags as well.  Be sure you close the link tag as shown above.  Otherwise you will have a huge link on your web page.

 An example of this link is shown below:

Email Me