Here is my code
<TEXTAREA NAME="Description" COLS="40" ROWS="10" WRAP="VIRTUAL">
<% If Not blnNew Then Response.Write rsItem("Description"
End If %>
</TEXTAREA>
In my textarea there is extra space in the beginning. How can I take this space away? Thanks
a lot!
<TEXTAREA NAME="Description" COLS="40" ROWS="10" WRAP="VIRTUAL">
<% If Not blnNew Then Response.Write rsItem("Description"
</TEXTAREA>
In my textarea there is extra space in the beginning. How can I take this space away? Thanks
a lot!