|
Making an email link
You can get feedback from people who surf your site by adding an email link. The setup isn't that different from a normal link, lets take a look.
<A HREF="mailto:the email address goes here">Whatever text you want to appear as the email link</A>
Instead of putting a web address inbetween the "" you put mailto: which means mail to the following address, and then the address. It not that hard to do once you've got the link part worked out, now your site can get some feedback.
Next section - Horizontial Lines
|