How hta Changed the Way I Deliver Builds - Part 13 - Support Request Email

Don't want to use Excel to have users create support requests. No stress, check out the tute below to create a link that opens up a blank email form:

html - email links
Creating an email link is simple. If you want people to mail you about your site, a good way to do it is place an email link with a subject line already filled out for them.

HTML Email Link Code:
<a href="mailto:email@tizag.com?subject=Feedback" >Email@tizag.com</a>
Email Links:
Email@tizag.com

In some circumstances, it may be necessary to fill in the body of the email for the user as well.


HTML Email Link Code:
<a href="mailto:email@tizag.com?subject=Feedback&body=Sweet site!">
Email@tizag.com</a>
Complete Email:

Email@tizag.com

Test out the links for yourself at:

http://www.tizag.com/htmlT/links.php