zohab Posted December 8, 2008 Share Posted December 8, 2008 hi I have created one text area but when i click on it it start typing from middle instead of start <table width="100%" border="1"> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><textarea name="txtComments" rows="5" cols="100" style="font-family:tahoma;font-size:10px;" id="txtComments"> </textarea></td> </tr> </table> any ideas? [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/136024-question-about-textarea/ Share on other sites More sharing options...
haku Posted December 8, 2008 Share Posted December 8, 2008 Change this: <textarea name="txtComments" rows="5" cols="100" style="font-family:tahoma;font-size:10px;" id="txtComments"> </textarea></td> to this: <textarea name="txtComments" rows="5" cols="100" style="font-family:tahoma;font-size:10px;" id="txtComments"></textarea></td> Quote Link to comment https://forums.phpfreaks.com/topic/136024-question-about-textarea/#findComment-709242 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.