By default tab symbol in textarea equals to the width of 8 spaces. Is it possible to change this value to 4 for example?
I am mostly interested in using this in Chrome browser.
|
By default tab symbol in textarea equals to the width of 8 spaces. Is it possible to change this value to 4 for example? I am mostly interested in using this in Chrome browser.
| |||
|
feedback
|
|
The only way you could achieve this is to capture the keyboard onkeyup event, check if a tab was pressed, insert 4 spaces and stop/cancel the event at that point. | |||||||||||
feedback
|
|
More recently you can also use the following css for Firefox 4.0+ and Opera 10.6+
| |||
feedback
|