最简单的富文本编辑器

html:

  <div class="editor" contenteditable="true"></div>

css:

  .editor{
      width: 580px;
      height: 65px;
      border: 0px;
      outline: 0;   //设置边框为0;
      margin-bottom: 5px;
  }

 

posted @   Monroe_Yu  阅读(663)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示