摘要: 目前,dedecms限制了文章发表长度为60或100字节,尤其对于外文网站来说,这点长度实在太短了。 步骤如下: 步骤1):进入templets/style/page.css 查找以下为引用的内容:.viewbox .title h2{ font-size:17px; color:#369;}.viewbox .info{ height:24px; line-height:17px; text-align:center; overflow:hidden; color:#666; 在这里,可以将font-size:17px;进行修改,并删除overflow:hidden;字样。 ... 阅读全文
posted @ 2013-12-21 11:01 无风学者 阅读(369) 评论(0) 推荐(0) 编辑