| 风格更改求助 |
|---|
|
#2 (permalink)
| |
| 普通会员 ![]() 注册日期: 2008-01-18
帖子: 4292
声望力: 10 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 下载/声望点数:19247 | 回复: 风格更改求助 添加一个CSS. 根据自己需要修改.字体/大小/颜色 .content { BACKGROUND-COLOR: #eeeeee; COLOR: #000000; FONT-FAMILY: 宋体; LINE-HEIGHT:20px; FONT-SIZE: 12px } postbit 或者postbit_legacy 找到 div id="post_message_$post[postid]" 增加 class=content 例如 <!-- message --> <div id="post_message_$post[postid]" class=content xxxxxxxxxxxxxxxxxxxx">$post[message]</div> <!-- / message --> |
| | |