George and Susan Welcome to our HTML help page!
Home | HTML-Index | Basic HTML | HTML Structure

George's
Create an e-mail link

If you want an easy way to make an email link visit my email generator, it does all the work for you.


Your auction or web page can include a link that will allow users to quickly send an e-mail message. Creating an e-mail link is useful when you want users to be able to send you questions and provide feedback that can help improve your auction and web pages.


Replace the colored text in the HTML codes with the information indicated below.
  • BLACK = HTML code.
  • RED = Your email address.
  • GREEN = Text you want user to click on.
  • BLUE = Text you want in subject area.
  • BROWN = Address of person you want to CC.
  • PURPLE = Text in the message area.

EMAIL LINK
With your email address filled in.

Type this:
H
<a href="mailto:your email address here">email me</a>

This is what you get:
H
email me

EMAIL LINK
With your email address and the subject area filled in.

Type this:
H
<a href="mailto:Your email address here?subject=Text you want in subject area here">Text you click on here</a>

This is what you get:
H
Text you click on here

EMAIL LINK
With your email address, subject and Cc area filled in.

Type this:
H
<a href="mailto:Your email address here?subject=Text you want in subject area here&cc=Address of person you want to Cc here">Text you want user to click on here</a>

This is what you get:
H
Text you want user to click on here

EMAIL LINK
With your email address, subject and Cc area filled in plus text in the message area.

Type this:
H
<a href="mailto:Your email address here?subject=Text you want in subject area here&cc=Address of person you want to Cc here&body=Text you want to add to the message area here.">Text you want user to click on here</a>

This is what you get:
H
Text you want user to click on here

My home page
Back