hey guys i hope im posting this question in the right section if not im sorry. anyways im still a noob when it comes to scripts especially with html but im just wondering if any1 can show me where i can learn 2 set up a contact form and does t35 have sendmail function?
Adding the "Email me" link to your webpage is very helpful for the visitors who want to contact you.It increases the interactivity between the visitors and your site and make them come regularly.
If you want ot add the link in your webpage then you can do it in two types
1)you can add it on a text link as follows :
Suppose,your email id is
abc@gmail.com ,here is the code you have to add
<a href="mailto:abc@gmail.com">Email me </a>
and
2)you can add it on a image link as mentioned :
for this first you have to upload a image on which you can click an send a mail
then
<a href="mailto:abc@gmail.com"><img src="
http://i219.photobucket.com/albums/cc286/7kranthiswaroop/thenvelope.gif" alt="Email me" width="120" height="57" border="0" /></a>
try this code