<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> The Page Title Goes Here </title>
</head>
<body>
<form method="post" action="mailto:somebody@somewhere.com" type="text/plain">
<p>
Add any comments below:<br />
<textarea cols="40" rows="10" name="comments"></textarea>
</p>
<p>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</p>
</form>
</body>
</html>
To add text inside to the textarea box itself add the text in between the tags like so:
<textarea cols="40" rows="10" name="comments">This is the text</textarea>
© Copyright 2001,2002 Southern Twilight All rights reserved.