最简单的富文本编辑器
Posted Monroe.Yu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最简单的富文本编辑器相关的知识,希望对你有一定的参考价值。
html:
<div class="editor" contenteditable="true"></div>
css:
.editor{
width: 580px;
height: 65px;
border: 0px;
outline: 0; //设置边框为0;
margin-bottom: 5px;
}
以上是关于最简单的富文本编辑器的主要内容,如果未能解决你的问题,请参考以下文章