AGAMES 討論區
標題:
直排旁加入『最佳瀏覽』(更新直排2修改方法)
[打印本頁]
作者:
dlalden
時間:
2008-11-16 20:03:18
標題:
直排旁加入『最佳瀏覽』(更新直排2修改方法)
作者:【賢】◎§
適用:Discuz!6.0.0,Discuz!6.1.0(已安裝直排的論壇)
修改開始:
1.打開templates/default/forumlist_straightdisplay.htm
找最後的(直排1)
<div class="sBoxBottom">
<a href="#top"><img height="11" src="images/home/arrow_up.gif" width="33" /></a>
</div>
</div>
<!--{/if}-->
<!--{/loop}-->
</td>
複製代碼
找最後的(直排3)
<div class="sBoxBottom">
</div>
</div>
<!--{/if}-->
<!--{/loop}-->
</td>
複製代碼
下加
<td width="2"></td>
<td valign="top" align="left" width="176">
<div class="mainbox">
<h3 align="center">最佳瀏覽</h3>
<center>
<!--以下為ie-->
<a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx"><img src="./images/home/ie.jpg" width="75" height="75" border="0" alt="Internet Explorer" /></a>
<!--以下為ff-->
<a href="http://www.moztw.org/"><img src="./images/home/firefox.jpg" width="75" height="75" border="0" alt="Mozilla Firefox" /></a><br />
使用1024X768瀏覽本站
</center>
</div>
</td>
複製代碼
2.上載圖片
3.完成
========================================================================================================
直排2修改法(不乎合XHTML 1.0 標準)
感謝初戀﹏回憶”論壇幫助測試
修改開始:
1.打開templates/default/forumlist_straightdisplay.htm
2.
找
<table cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
複製代碼
改為
<table cellspacing="0" cellpadding="0" width="940" align="center" border="0">
複製代碼
3.
找
<TD width=13></TD>
複製代碼
改為
<td width="10"></td>
複製代碼
4.
找
</td> <TD width=13></TD></TR></TBODY></TABLE>
複製代碼
改為
</td>
<td valign="top" align="left" width="176">
<div class="mainbox">
<h3 align="center">最佳瀏覽</h3>
<center>
<!--以下為ie-->
<a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx"><img src="./images/home/ie.jpg" width="75" height="75" border="0" alt="Internet Explorer" /></a>
<!--以下為ff-->
<a href="http://www.moztw.org/"><img src="./images/home/firefox.jpg" width="75" height="75" border="0" alt="Mozilla Firefox" /></a><br />
使用1024X768瀏覽本站
</center>
</div>
</td>
<td width="13"></td></tr></tbody></table>
複製代碼
5.上載圖片
6.完成
[
本帖最後由 dlalden 於 2008-11-16 20:04 編輯
]
歡迎光臨 AGAMES 討論區 (http://61.244.113.49/)
Powered by Discuz! X2