标签: html textarea styling
我一直在寻找一种在HTML或PHP中实现文本区域元素的方法,您可以在其中输入文本并将样式应用于粗体,斜体,高亮和颜色等。
像我正在输入这个问题的那个。有人可以建议吗。
提前致谢..
答案 0 :(得分:0)
这称为富文本编辑器,有些浏览器有内置的浏览器,但您也可以从库中获取它们。
http://en.wikipedia.org/wiki/Online_rich-text_editor
答案 1 :(得分:0)
看看这个:http://ckeditor.com/
我之前使用它并且非常好。
以下是另一篇如何使用它的文章:how to add or embed CKEditor in php page