Here is how to create a basic form.Maybe you want to create a better form, so here are some more advanced html tips.Before I start, please make sure that you change the e-mail adress in the form code.Also, if your form does not work, try cramming the form code into one line.Okay, so here was the code for the "basic form"<FORM action="mailto:nilsmolina@comcast.net" method="post" enctype="text/plain"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%"><TR><TD width="30%"><DIV align="right"><B>Name:</B></DIV></TD><TD width="70%"><INPUT type="text" name="name" size="20"></TD></TR><TR><TD><DIV align="right"><B>Email:</B></DIV></TD><TD><INPUT type="text" name="email"...