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?