使用百度编辑器,后台编辑信息添加代码正常高亮,但是网站前台却不高亮。
这是因为前台没有引用相关CSS文件的原因。
帝国CMS只需在内容模板引用以下文件即可:注意路径换成你自己的
<link href="/e/data/ecmseditor/ueditor/third-party/SyntaxHighlighter/shCoreDefault.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/e/data/ecmseditor/ueditor/third-party/SyntaxHighlighter/shCore.js">
</script> <script type="text/javascript"> SyntaxHighlighter.all(); </script>
本文地址:https://www.moyublog.com/notes/463.html
加入我们:微信:搜索“Moyu-Blog” 帝国CMS模板客户群:QQ二群---909235407 QQ一群(已满)---106997031
版权声明:本文采用[BY-NC-SA]协议进行授权,如无特别说明,转载请注明本文地址!