wotf23771 发表于 2013-2-7 23:14:28

Fckeditor自动换行

找到fckeditor\editor\css\fck_editorarea.css文件进行修改
body, td
{
 font-family: 宋体,黑体,隶书,楷体_GB2312,Arial, Verdana, Sans-Serif;
 font-size: 16px;
  width:750px;//编辑区大小
  word-break:break-all;//自动换行
}
页: [1]
查看完整版本: Fckeditor自动换行