GeoffC 0 Newbie Poster

I am using the following to set up a textarea for the input of the body of an email. <textarea name="body" id = "body" ><?php echo $sig?></textarea> the php inserts a "signature" into the textarea. When I tab to it, the cursor goes to the end of the text. I want it to be at the beginning.
Any suggestions please? (not necesarily using javascript)