首頁那個主題寬度怎麼改啊?

版主: 版主管理群
修改 templates/YOUR_THEME/index_body.tpl阿斌 寫:延續上次Integrated Toplist的問題..
首頁那個主題寬度怎麼改啊?
代碼: 選擇全部
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
<th align="center" class="thCornerL" width="20%"> {L_FORUM} </th>
<th align="center" class="thTop" width="40%"> {L_TOPICS} </th>
<th align="center" class="thTop" nowrap> {L_AUTHOR} </th>
<th align="center" class="thTop" nowrap> {L_REPLIES} </th>
<th align="center" class="thTop" nowrap> {L_VIEWS} </th>
<th align="center" class="thCornerR" nowrap> {L_LASTPOST} </th>
</tr>
<!-- BEGIN toprow -->
<tr>
<td class="row1" nowrap><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td>
<td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
<td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td>
<td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td>
<td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td>
<td class="row2" align="center" nowrap><span class="postdetails">{toprow.POST_TIME}<br />{toprow.REPLIER_URL} <a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td>
</tr>
<!-- END toprow -->
</table>
</td>
</tr>
</table>
可是登入後主題那裡欄位似乎沒改變..心靈捕手 寫:修改 templates/YOUR_THEME/index_body.tpl阿斌 寫:延續上次Integrated Toplist的問題..
首頁那個主題寬度怎麼改啊?
以下是安裝此外掛, 所新增的原始碼:其中 width="40%" 就是您上圖( 紅圈) 欄位的寬度設定.代碼: 選擇全部
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top"> <table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th align="center" class="thCornerL" width="20%"> {L_FORUM} </th> <th align="center" class="thTop" width="40%"> {L_TOPICS} </th> <th align="center" class="thTop" nowrap> {L_AUTHOR} </th> <th align="center" class="thTop" nowrap> {L_REPLIES} </th> <th align="center" class="thTop" nowrap> {L_VIEWS} </th> <th align="center" class="thCornerR" nowrap> {L_LASTPOST} </th> </tr> <!-- BEGIN toprow --> <tr> <td class="row1" nowrap><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> <td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td> <td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td> <td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td> <td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td> <td class="row2" align="center" nowrap><span class="postdetails">{toprow.POST_TIME}<br />{toprow.REPLIER_URL} <a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td> </tr> <!-- END toprow --> </table> </td> </tr> </table>