Justify Text in a HTML/XHTML TextArea

前端 未结 7 1309
借酒劲吻你
借酒劲吻你 2020-12-10 13:04

I am currently trying to justify text in a textarea, unfortunately the CSS:

text-align: justify;

Doesn\'t work on the text like center, lef

7条回答
  •  暖寄归人
    2020-12-10 13:37

    i dont think this is possible in the html textarea element. you might be able to use some sort of wysiwyg editor (editable div). ie. fckeditor

提交回复
热议问题