June 16, 200818 yr Hi everyone! This should, I hope, be a simple and quick question. I'm currently having a bit of a problem creating a "comments" section on my web page for those who either do NOT have an email account of their own (such as Outlook) or simply find it quicker and easier to respond right there on a particular website. Here is the basic layout that I currently have for the comments area (this is CSS): <h3>Comments Section</h3> <form action="#"> <p> <label>Name</label> <input name="dname" value="" type="text" size="30" /> <label>Email</label> <input name="demail" value="" type="text" size="30" /> <label>Your Comments</label> <textarea rows="5" cols="5"></textarea> <br /> <input class="button" type="submit" /> </p> </form> It looks fine in my editor, but I know I'm missing something that lists my email address so that when they hit the "submit" button ..... it will send their comments on to my email address. I'm working on changing a template to fit my needs. Forgive me, I only know some of the basics of HTML and am trying to switch my site over to XHTML / CSS (which I know very little about). I'm a bit new to web design, picking up what I can from time to time. Can anyone please help me?? Samantha
Create an account or sign in to comment