rockstarrem Posted February 6, 2010 Share Posted February 6, 2010 Hello guys, I made a form and the submit button is not showing up. <form method="post" action="do_news.php"> Date (YYYY-MM-DD): <input type="text" name="date" /><br /> Poster: <input type="text" name="poster" /><br /> Post: <br /> <textarea name="post" cols="100" rows="20" /> <input type="submit" /> </form> Any suggestions? Quote Link to comment Share on other sites More sharing options...
haku Posted February 6, 2010 Share Posted February 6, 2010 Textareas cannot be self closed. Close that properly, and it should solve your problem. Quote Link to comment Share on other sites More sharing options...
rockstarrem Posted February 9, 2010 Author Share Posted February 9, 2010 Textareas cannot be self closed. Close that properly, and it should solve your problem. Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.