码迷,mamicode.com
首页 > 其他好文 > 详细

最简单的富文本编辑器

时间:2017-02-15 14:43:15      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:tom   设置   editable   edit   nbsp   content   bottom   idt   height   

html:

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

css:

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

 

最简单的富文本编辑器

标签:tom   设置   editable   edit   nbsp   content   bottom   idt   height   

原文地址:http://www.cnblogs.com/shoolnight/p/6401286.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!