- 阅读权限
- 20
- 精华
- 0
- 最后登录
- 2008-7-1
- 积分
- 190
- 帖子
- 118
- 威望
- 3
- 金币
- 36 个
- 体力
- 133
- 激情
- 50
- 注册时间
- 2006-10-13

- UID
- 461423
- 积分
- 190
- 帖子
- 118
- 威望
- 3
- 在线时间
- 0 小时
- 注册时间
- 2006-10-13
|
发表于 2006-12-4 20:25:43
|显示全部楼层
修改难度:超极易
修改方法:(注意每个模板里面有这两个的任何一个都要改)
演示地址::http://www.xz1069.com
mplates\default 里找到 css.htm
找到:- .t_msg td {
- padding:2px 10px;
- }
- 下面添加:
- .t_msg_plus {
- margin; 0 10px;
- }
- .t_msg_plus td {
- padding:0 !important;
- }
复制代码 2. 在 templates\default 里找到 viewthread.htm- 找到:
- <div style="font-size: {MSGFONTSIZE}">$post[message]</div>
- 替代为:
- <div class="t_msg_plus">
- <TABLE cellSpacing=0 cellPadding=0 border=0>
- <!-----<TABLE cellSpacing=0 cellPadding=0 border=0 style='TABLE-LAYOUT: fixed;WORD-WRAP: break-word'>--长单词自动换行有一缺点表格始终为最长----->
- <TBODY>
- <TR>
- <TD width=14><IMG height=18 src=images/plus/top_l.gif
- width=19></TD>
- <TD background=images/plus/top_c.gif></TD>
- <TD width=16><IMG height=18 src=images/plus/top_r.gif
- width=21></TD></TR>
- <TR>
- <TD vAlign=top width=14
- background=images/plus/center_l.gif></TD>
- <TD style=LINE-HEIGHT: 14pt bgColor=#F4F9F4>
- <span class='tpc_content'>$post[message]</span><BR>
- <TD vAlign=top width=16
- background=images/plus/center_r.gif><IMG height=14
- src=images/plus/top_r2.gif width=21></TD></TR>
- <TR>
- <TD vAlign=top width=14><IMG height=52
- src=images/plus/foot_l1.gif width=19></TD>
- <TD background=images/plus/foot_c.gif><IMG height=52
- src=images/plus/foot_l3.gif width=32></TD>
- <TD align=right width=16><IMG height=52
- src=images/plus/foot_r.gif
- width=21></TD></TR></TBODY></TABLE></div>
复制代码 3. 上传附件中的plus文件到images文件夹里
4:图片演示:
[ 本帖最后由 型仔123 于 2007-2-13 13:09 编辑 ] |
|