I'm trying to put an email link in a page and I would swear I have the syntax right but obviously not. This line of code doesn't even show up on the page??
<p><A href="mailto:russregner@yahoo.com">email us for details</A></P>
The mailto should be in the <form> tag, like this:
<form name="form1" method="post" action=mailto:"site@addyhere.com">
I have not failed; I merely found 100,000 different ways of not succeding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.