Page is a not externally linkable
rover - 5:14 am on Dec 20, 2006 (gmt 0)
<form> <? </TEXTAREA>
Couldn't you just use the new line \n?
<TEXTAREA cols="50" rows="10" wrap=off>
while($row = mysql_fetch_array($result))
echo $row['Topic'];
echo "\n";
?>
</form>