Reputation: 11567
I want to allow users to use TAB in my textarea to indent the text. The problem is the size of it. The indentation is too big (like 8) and I want to rezise it (to 4).
the way it is:
some text
some text
the way I want it to be:
some text
some text
I had no problem doing that for showing the text afterwards. However I couldn't do it at the editing time, in the textarea. thanks (:
Upvotes: 3
Views: 759