I am using a text area , but the problem is the cursor moves to the middle of the screen ? I know this is not a big issue but is there any way around it ?
Code: Select all
<label for="sel_product_description">Product Description:</label>
<TEXTAREA name="sel_product_description" wrap="physical" ROWS=6 COLS=40 id="sel_product_description" >
</TEXTAREA>