Hi,
I have a small problem when creating a contact form.
I use the following code;-
<form action="feedback.php" method="post"><br /> <table border="0" cellpadding="8" cellspacing="8" summary="feedback form"><br /> <tr><td>Name:</td><td><input type="text" name="name" size="25" /></td></tr><br /> <tr><td>Email address:</td><td><input type="text" name="email" size="25" /></td></tr><br /> <tr><br /> <td colspan="2"><br /> Comments<br /> <textarea rows="15" cols="45" name="comments"></textarea><br /> </td><br /> </tr><br /> <tr><br /> <td align="center" colspan="2"><br /> <input type="submit" value="Send Feedback" /><br /> <a href="http://www.thesitewizard.com/">Powered by thesitewizard.com</a><br /> </td><br /> </tr><br /> </table><br /> </form>
Can anyone tell me why my submit button will not display, and the last few lines of code display in the last text area? http//www.chronic-tonic.net/?page_id=6
Thanks in advance
Gaz