Welcome to our HTML help page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
| 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. |
|
|
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 |