Microsoft
Software
Hardware
Network
Question : HTML Textarea align cursor at left
Hi, I have a textarea that when clicked inside, the cursor jumps about 100px to the right. I want the cursor to be aligned at the far left regardless of where the box is clicked.
The CSS that targets this specific textarea is:
.category_choice2 textarea {
width:570px !important;
height:100px !important;
resize:none;
float:left;
clear:none;
text-align:left;
}
Link to
page
Any ideas?
Answer : HTML Textarea align cursor at left
It looks like you accidentally have tabs placed between the tags. Remove the extra spaces and I think you will be good... Or I am just blowing hot air.
Random Solutions
Blackberry Connection Test
SSIS/TSQL Three Part Naming for Temp Table
Sharepoint takes forever to load on first access of the day... How do I fix this?
Read data from registry key not working
htaccess Partial Query String Rewrite
VMWare ESXi vs vSphere Essential ($495 Option)
How do I push IE 8 through WSUS using Group polciy
KMS is activating Win7 Pro but not Win 2008 R2 Enterprise
Hard drives out of a raid are not recognized
How to pass a variable into DATEADD function in SQL String