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
IIS host header and DNS
website
How can i display who has access and flag secuirty concerns?
Exchange 2003 - new Server - still routing through old smtp virtual server
T-SQL: Get the count of the valid/current 1:N references as return field
calling C++ dll function from c#
ical not syncing with exchange 2010 - snow leopard
send video live to tv station
make a gigabit rj45 loopback plug
How do I write a firewall?