- 1). Find the spot where you want to place the email link on your web page within your HTML code.
- 2). Type <a href="/links/?u=mailto:(email address)">(link)</a> in the place where you want the link. For example, if your email is bsmith@gmail.com and your link is "email me," then your code would be: <a href="/links/?u=mailto:bsmith@gmail.com)">email me</a>.
- 3). Type <a href="/links/?u=mailto:(email address)?subject=(subject)">(link)</a> in the place where you want the link if you want to control the subject link. For example, if your email is bsmith@gmail.com, your link is "email me" and your subject line is "help," then your code would be: <a href="/links/?u=mailto:bsmith@gmail.com?subject=help">email me</a>.
- 4). Save and publish your HTML code. This depends on your web publishing system.
previous post