Aligning Data In A Textarea

I have few textarea on a asp page. When I edit this page, some how data in a textarea is align centre. So when submit this form to the database, it create spaces in frontof the text.

I have align="left" at every stages of the tag.
ie <table align="left"><tr align="left"> <td align="left"><textarea style:text-align:left;>

<textarea name="scorebrief" style="width:750px; height:70px; text-align:left;">
<%=myScorebrief%>
</textarea>

View Replies