dz(Discuz)门户文章内容页编辑器默认文字颜色修改方法
打开 \source\module\home\home_editor.php 文件,修改如下代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html;charset=<?php echo $_GET['charset']; ?>" />
<title>New Document</title>
<style>
body { margin: 0; padding: 0; word-wrap: break-word; font-size:14px; line-height:1.8em; font-family: Tahoma, Arial, Helvetica, snas-serif; color: #ccc; }
</style>
<meta content="mshtml 6.00.2900.3132" name=generator>
</head>
<body>
</body>
</html>
页:
[1]