I want a web form like this
<form action="edit.php" method="get">
<b>Subject:</b><input type="text" name="subject" size="20" value='<?php echo $subject; ?>'><br>
<b>Content:</b><input type="text" name="content" size="80" value='<?php echo $content; ?>'><br>
<input type=hidden name=check value='Edit'><br>
<input type="submit" value=" Kaydet"></form>
and i want content part's height to be like this forum's message part(when we are posting message)
How can i do that ?