我在更换模板的过程中遇到了问题,请高手指教。 我所用的系统是帝国最新5.1开源免费版本的,在更换头部内容的时候将header公共模板里的内容更换了,全部代码如下:
<!-- 页头 --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="top"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="63%"> <!-- 登录 --> <script src="[!--news.url--]e/member/login/loginjs.php"></script> </td> <td align="right"> <a onclick="window.external.addFavorite(location.href,document.title)" href="#ecms">加入收藏</a> | <a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('[!--news.url--]')" href="#ecms">设为首页</a> | <a href="[!--news.url--]e/member/cp/">会员中心</a> | <a href="[!--news.url--]e/DoInfo/">我要投稿</a> | <a href="[!--news.url--]e/web/?type=rss2&classid=[!--self.classid--]" target="_blank">RSS<img src="[!--news.url--]skin/default/images/rss.gif" border="0" hspace="2" /></a> </td> </tr> </table> </td> </tr> </table> <TABLE cellSpacing=0 align=center cellPadding=0 width="920" border=0> <!--DWLayoutTable--> <TBODY> <TR vAlign=center> <TD width=200 height="78" align=middle valign="top"><img src="skin/default/images/logo.gif" width="200" height="78" /></TD> <TD align=middle width="720"> <TABLE width="100%" border=0> <TBODY> <TR> <TD width=65 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t1.gif" width="32" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t2.gif" width="28" height="38" /></TD> <TD width=62 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t3.gif" width="36" height="38" /></TD> <TD width=60 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t4.gif" width="48" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t5.gif" width="36" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t6.gif" width="36" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t7.gif" width="50" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t11.gif" width="51" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t12.gif" width="48" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t13.gif" width="36" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t12.gif" width="48" height="38" /></TD> <TD width=49 background=skin/default/images/top_bg.jpg><img src="skin/default/images/t14.gif" width="40" height="38" /></TD> </TR> <TR> <TD background=skin/default/images/dh_bg.jpg><B>数码首页</B></TD> <TD background=skin/default/images/dh_bg.jpg>手机</TD> <TD background=skin/default/images/dh_bg.jpg>笔记本</TD> <TD background=skin/default/images/dh_bg.jpg>数码相机</TD> <TD background=skin/default/images/dh_bg.jpg>台式机</TD> <TD background=skin/default/images/dh_bg.jpg>储存器</TD> <TD background=skin/default/images/dh_bg.jpg>MP3/MP4</TD> <TD background=skin/default/images/dh_bg.jpg><B>办公设备</B></TD> <TD background=skin/default/images/dh_bg.jpg>打印机</TD> <TD background=skin/default/images/dh_bg.jpg>复印机</TD> <TD background=skin/default/images/dh_bg.jpg>一体机</TD> <TD background=skin/default/images/dh_bg.jpg>耗材</TD> </TR> <TR> <TD background=skin/default/images/dh_bg.jpg><B>硬件首页</B></TD> <TD background=skin/default/images/dh_bg.jpg>CPU</TD> <TD background=skin/default/images/dh_bg.jpg>内存硬盘</TD> <TD background=skin/default/images/dh_bg.jpg>主板显卡</TD> <TD background=skin/default/images/dh_bg.jpg>显示器</TD> <TD background=skin/default/images/dh_bg.jpg>机箱电源</TD> <TD background=skin/default/images/dh_bg.jpg>鼠标键盘</TD> <TD background=skin/default/images/dh_bg.jpg><B>IT新闻</B></TD> <TD background=skin/default/images/dh_bg.jpg>IT业界</TD> <TD background=skin/default/images/dh_bg.jpg>互联网</TD> <TD background=skin/default/images/dh_bg.jpg>通信时代</TD> <TD background=skin/default/images/dh_bg.jpg>厂商动态</TD> </TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
更换完成后,出现一个问题,首页的头部显示都正常,可是二级栏目的图片无法显示。 首页地址 www.gbtol.com 二级页面的地址 www.gbtol.com/xianshiqi,所有的图片全部放在skin/default/images/文件夹里。
|