如何去掉新帖图标_for 7.0
2010-09-23 23:58:25 来源:WEB开发网核心提示:修改页面:template/wind(风格文件名)/index.htm 友情说明:修改前请备份template/wind(风格文件名)/index.htm 此文件1、(横排版块去新帖图标说明) 搜索$forums[pic].gif修改相关代码 <div style="width:37px ;text-
修改页面:template/wind(风格文件名)/index.htm 友情说明:修改前请备份template/wind(风格文件名)/index.htm 此文件
1、(横排版块去新帖图标说明)
搜索$forums[pic].gif修改相关代码
<div style="width:37px ;text-align:center;height:65px; background:url(http://faq.phpwind.net/$imgpath/$stylepath/$forums[pic].gif) right center no-repeat; overflow:hidden" ></div> 将这段代码删除
查找
<tr><td style="width:48px;">
修改为
<tr><td style="width:0px;">
2、(竖排版块去新帖图标说明)
查找
<td class="icon tac" width="45"><a href="thread.php?fid=$forums[fid]" target="_blank"><img src="http://faq.phpwind.net/$imgpath/$stylepath/$forums[pic].gif" /></a></td> 将这段代码删除
查找
<td width="*" colspan="2" class="tac">论坛</td>
将 colspan="2" 删除
查找
<tr><td class="f_one" colspan="6" style="height:8px"></td></tr>
将6修改成5
更多精彩
赞助商链接