I am using the following to set up a textarea for the input of the body of an email.
<td valign="top"><textarea name="zbody" id = "zbody" class="stylefont_textarea" tabindex = "3" onfocus="gotostart()" cols="40" rows="10"><?php echo $sig?></textarea></td>
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.
I have tried some javascript with TextRange without success. Any suggestions please? (not necesarily using javascript)