CKeditor 3.0自定义CSS和不可见的HTML标签

时间:2013-06-17 08:44:10

标签: html css ckeditor rte

我有一个结构的网页:

<head><link href="main.css" rel="stylesheet" type="text/css">
<body>
<div class="wrapper">
<div class="content">
    Some RTE text from CKEditor.
</div>
</div>
</body>
</head>

我能够在config.js中定义自定义CSS文件:

config.contentsCss = '/main.css';

但是,因为我的页面结构是<body><div class="wrapper"><div class="content"> CSS定义“.wrapper .content”未应用。

当然,如果我在源代码中添加它们,它工作正常,但在这种情况下,当我保存它时,它已加倍。

是否有可能以某种方式在CKEditor中定义它?

提前致谢。

0 个答案:

没有答案