<form action="annotate.php" method="post">
<table>
<tr>
<td>Your Name:</td>
<td><input type="text" name="name" /><br/></td>
</tr>
<tr><td>Comment:</td></tr>
<tr><td colspan="2"><textarea name="comment" rows="15" style="width:100%;height:100%"></textarea></td></tr>
<tr><td colspan="2" align="center"><input type="submit" value="Comment" /></td></tr>
</table>
</form>