Hello everyone I have created a basic chat window in that i used textarea to enter message but by default it is taking a tab i.e., initially cursor isone tab ahead instead of being at initial position of textarea . Can anyone help me??????
s_kanika 0 Newbie Poster
Recommended Answers
Jump to Post<textarea name="msg" cols="35" rows="3" > </textarea><br/>
Don't place the close tag on a new line, try this:
<textarea name="msg" cols="35" rows="3" ></textarea><br/>
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.