【发布时间】:2013-04-24 10:30:57
【问题描述】:
我想在 CKEditor 源代码中的 <a> 标签内添加 <span> 标签:
<a href="http://google.com"><span>Link here</span></a>
但是当我在源代码模式下在 CKEditor 中添加 HTML 时,它会将其转换为:
<a href="http://google.com">Link Here</a>
如何在href 中允许 HTML 标签?
【问题讨论】: