Thursday, 22 August 2013

Can't type in textarea

Can't type in textarea

I am having trouble with my form below, when the user clicks the textarea
the cursor does not appear and nothing can be typed, why is this?
<form name="addblog" action="postblog.php?name=Alex" method="post">
Post: <textarea name="text2" cols="25" rows="2">
</textarea>
<input type="submit" value="Submit">
</form>

No comments:

Post a Comment