Hi,
<html>
<head>
<title> New Document </title>
</head>
<body onLoad="document.forms[0].txtArea.value='Ich bin... \n umgebrochen'">
<form>
<textarea name="txtArea" rows="10" cols="40"></textarea>
</form>
</body>
</html>
Leider musst du es mit JS lösen....