phpBB2 版本:2.0.22
連結網址:http://taya86334.ifastnet.com/tcfsh101/ ... c.php?t=32
目前是高一蔡鳥一隻,在上一個月架設了我們班的班網也更換了主題
但是在投票結果的顯示上有小問題,如圖:
注意到投票百分比圖示的中間有小間隙,不知道怎麼解決
就算是拿原始佈景主題的樣板 (viewtopic_poll_result.tpl) 一樣會出現
以下是這部分的代碼:
代碼: 選擇全部
<tr>
<td class="row2" colspan="2"><br clear="all" />
<table cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
</tr>
<tr>
<td align="center">
<table cellspacing="0" cellpadding="0" border="0">
<!-- BEGIN poll_option -->
<tr>
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<img src="templates/Conundrum/images/vote_lcap.gif" style="width: 4px; height: 12px;" alt="" />
<img src="{poll_option.POLL_OPTION_IMG}" style="width: {poll_option.POLL_OPTION_IMG_WIDTH}px; height: 12px;" alt="{poll_option.POLL_OPTION_PERCENT}" />
<img src="templates/Conundrum/images/vote_rcap.gif" style="width: 4px; height: 12px;" alt="" />
</tr>
</table>
</td>
<td align="center"><b><span class="gen"> {poll_option.POLL_OPTION_PERCENT} </span></b></td>
<td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td>
</tr>
<!-- END poll_option -->
</table>
</td>
</tr>
<tr>
<td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
<br clear="all" />
</td>
</tr>
