I have the code below that is loaded into a text box when a user responds to a mail message on my site, I would like to replace the 3 >br> trags though at the beggining and have it have a small gap for user to type resonse, I thought something like /n or n/ would work but I guess not any ideas? thanks
$temp_oldmessage="<BR><BR><BR>----------------- Original Message -----------------<br>
From: <a href=http://$SITE_PATHindex.php?action=memberprofile&type=common&userid=$row[from_user]&unid=$unid >$from_name</a><br>
Date: $date_time <br>".$row['message']."<br>";