Start New Discussion Reply to this Discussion Tabbing to centre of textarea
Hi all,
I've created an html form with a textarea for comments. When I tab into the text area the cursor moves to the centre of the top line rather than the beginning.
How can I stop this and have it always tab to the beginning of the first line without leaving any space?
Thanks.
11 Minutes
Discussion Span
Tinnin
Junior Poster
160 posts since Jul 2012
Reputation Points: 8
Solved Threads: 1
Skill Endorsements: 2
This is the code I am using:
<p>Comments:<br /> <textarea name="comments" rows="20" cols="50">
<?php if(isset($_POST['comments'])) echo $_POST['comments']; ?>
</textarea></p>
Tinnin
Junior Poster
160 posts since Jul 2012
Reputation Points: 8
Solved Threads: 1
Skill Endorsements: 2
Nevermind. Fixed it. It seemed the whitespace in the tags was the issue.
Tinnin
Junior Poster
160 posts since Jul 2012
Reputation Points: 8
Solved Threads: 1
Skill Endorsements: 2
© 2013 DaniWeb® LLC
Page generated in 0.0743 seconds
using 2.99MB