How do I make this work Heres what it looks like http://i41.tinypic.com/nl3lg4.jpg Here's the code: "<div class="article"> <h2>Contact me?</h2> <form action=""> <div class="cl"> </div> <div class="column-cnt"> <div class="cl"> </div> <div class="column"> <label for="your-name">Your Name?</label> <span class="text-field"><input type="text" id="your-name" value="" /> </span> </div> <div class="column"> <label for="your-email">Your E-mail address?</label> <span class="text-field"><input type="text" id="your-email" value="" /></span> </div> <div class="cl"> </div> <p>Donec mi eros, congue ut consectetur eget, pretium vitae orci. Aliquam pharetra ultricies lobortis. Morbi eget nisi lectus. Maecenas felis augue, molestie in vestibulum et, lacinia et leo. Suspendisse potenti. Maecenas eget est augue. Donec tincidunt mollis fermentum.</p> </div> <div class="column-big"> <label for="your-message">Your Message</label> <span class="text-area"><textarea id="your-message" rows="" cols=""></textarea> </span> <a href="#">Send the message</a> </div> <div class="cl"> </div> </form>"
Are you trying to do a mail contact page?. Use a form to capture the input and then send with a mailto: I'd advise using php or similar to check input on the form and possibly a capture to prevent spam. Have a look at... http://articles.techrepublic.com.com/5100-10878_11-5250440.html
If you don't know or want to learn server-side programming (like PHP), you might want to look into a service like Response-o-matic: http://www.response-o-matic.com/
Well, Guys, in that screenshot, There is 3 fields. Name ,Email and message.. So infact, that is a contact form.. and we can see the send Message button also. So tell me What Do You need to be done actually
@icey011 What was that you needed actually? A PHP contact form or Some Placement changes?? Huh?? Make the things clear and you will be helpd before you find out the things Yourselves Lolz
I didn't find it out myself. MervinJ gave me that link, and I've been experimenting with it ever since.