我有一个ckeditor,当我从ckeditor工具栏中单击所见即所得的源时,它会跳过span标签我的代码是
原始代码
<div style="color: White; display: block; float: right; font-size: 11pt; font-style: italic; margin-right: 116px; margin-top: -85px; position: relative; width: 40px;">
<span id="Active"></span> of <span id="Total"></span>
</div>
单击源按钮时我看到此代码
<div style="color: White; display: block; float: right; font-size: 11pt; font-style: italic; margin-right: 116px; margin-top: -85px; position: relative; width: 40px;">
of</div>
我有一种情况,我无法使用 asp.net 服务器控件,我将页面保存在数据库中。谁能告诉我如何解决这个问题,或者我应该将 ckeditor 更改为任何其他编辑器,请帮忙。