<form id="contactform" method="post" action="index.php"> <table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td><label for="contactform-name">Name: <span>(required)</span></label> <input type="text" name="contactform-name" id="contactform-name" /> </td> <tr> <td><label for="contactform-email">Email Address: <span>(required)</span></label> <input type="text" name="contactform-email" id="contactform-email" /> </td> </tr> <tr> <td colspan="2"><label for="contactform-subject">Subject: <span>(required)</span></label> <input type="text" name="contactform-subject" id="contactform-subject" /> </td> </tr> <tr> <td colspan="2"><label for="contactform-message">Message: <span>(required)</span></label> <textarea cols="50" rows="10" id="contactform-message"></textarea> <input type="image" alt="send message" class="imagesubmit" src="i/GM11_form_submit.jpg" /> </td> </tr> </tbody> </table> </form>
Add_Talkupation('rogem002'); // Because sharing is awesome!