Annabella's HTML Help ....
EZ PRINT!
EMAIL
For the full version of this page, go to http://www.annabella.net/email.html
BASIC EMAIL TAG
<a href="mailto:youremail@wherever.com">Email me!</a>
EMAIL ICON
To use an email icon instead of words.
<a href="mailto:youremail@wherever.com">
<img src="filename.gif"></a>
(but put the REAL name of your graphic instead of "filename.gif" !)
You will notice a "link" line around the icon. To remove it, add border=0 to the
image tag to remove the line:
<a href="mailto:youremail@wherever.com"><img src="filename.gif" border=0></a>
ADD A SUBJECT LINE
To add an automatic subject line, add ?subject=whatever you want it to say at the end of
your email address.
(Note: NO gap between the .com and the ?)
<a href="mailto:youremail@wherever.com?subject=whatever you want it to say">
<img src="filename.gif" border=0></a>
MULTIPLE RECIPIENTS
To automatically send the email to several people, add the extra email addresses, separated by a ,
<a href="mailto:youremail@wherever.com, hisemail@thatplace.com, ouremail@home.net?subject=Whatever you want it to say">
<img src="filename.gif" border=0></a>
www.annabella.net
© COPYRIGHT 1997-2001
A. RAMSDEN
All Rights Reserved