Forum: HTML and CSS Apr 6th, 2007 |
| Replies: 3 Views: 3,118 heh, bad typing on my part
<form action="admin/adminprocess.php" method="post>
should be:
<form action="admin/adminprocess.php" method="POST"> |
Forum: HTML and CSS Apr 6th, 2007 |
| Replies: 3 Views: 3,118 Hey all, Im trying to put a submit news box on my admin page but for some reason my top box, Headline: "Textbox here", is not showing up on my page. Am I doing something wrong? Did I miss a tag... |