效果下图以及本论坛
首先进后台模板管理、分页面模板page_dispbbs 、template.html(0),找到:
| <div id="textstyle_{@announceid}" style="{$bodystyle}margin-top:10px;word-wrap : break-word ;word-break : break-all ;" |
在这段代码的最上面加入以下代码
<!-- 梦之岛贴子美化开始--> <table style="TABLE-LAYOUT: fixed; WORD-BREAK: break-all" cellspacing="0" cellpadding="0" width="100%" border="0"> <tbody> <tr> <td width="35" background="images/dispbbs/top_l.gif" height="15"></td> <td background="images/dispbbs/top_c.gif" height="15"></td> <td width="16" background="images/dispbbs/top_r.gif"></td> </tr> <tr> <td valign="top" background="images/dispbbs/center_l.gif"><img src="images/dispbbs/say.gif" /></td> <td background="images/dispbbs/bg.gif"> <!-- 梦之岛贴子美化--> |
再找到以下代码
<!-- 帖子内容底部广告部分 --> <xsl:if test="position()=1 and /post/postinfo/forum_ads[@id='20']/@set='1'"> <br/> <div class="body_adv_bottom"> <xsl:value-of select="/post/postinfo/forum_ads[@id='20']/@code" disable-output-escaping="yes"/> </div> </xsl:if> </div> |
然后在下面加入以下代码
<!-- 梦之岛贴子美化--> </td> <td background="images/dispbbs/center_r.gif"></td> </tr> <tr> <td background="images/dispbbs/foot_l.gif" height="20"></td> <td background="images/dispbbs/foot_c.gif"></td> <td background="images/dispbbs/foot_r.gif"></td> </tr> </tbody> </table> <!-- 梦之岛贴子美化结束--> |
[此贴子已经被作者于2007-10-15 16:37:22编辑过]