0

text-align:justify in textarea doesn't work in Internet explorer. Here the source code, very simple :

<textarea style="width:500px;height:100px;white-space:pre-line;text-align:justify;"></textarea>

When I type some text in textarea, text-align:justify doesn't work.

Have you a solution ?

Thank you in advance, cordially.

totoaussi
  • 712
  • 1
  • 11
  • 27

1 Answers1

0

Problem is with white-space: pre-line; Remove it and it should work.

Sahil Bhardwaj
  • 345
  • 3
  • 6