參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=20521
使用版本:phpBB 2.0.17 Linux
網站位置:http://starryhometown.net/
狀況描述:
怎麼好像感覺多一個 </a> 呀?
templates/subSilver/profile_view_body.tpl
<div style="width: 100%; overflow: hidden; display: none;" id="toggle_medal">
<a name="medal"></a>
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thCornerL" align="center" nowrap="nowrap"> {L_MEDAL_NAME} </th>
<th class="thCornerR" align="center" nowrap="nowrap"> {L_MEDAL_DETAIL} </th>
</tr>
<!-- BEGIN details -->
<tr>
<td class="row2" nowrap="nowrap">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr><td align="center"><span class="gen">{switch_display_medal.details.MEDAL_CAT}</span></td></tr>
<tr><td align="center"><span class="genmed">{switch_display_medal.details.MEDAL_NAME}</span></td></tr>
<tr><td align="center">{switch_display_medal.details.MEDAL_IMAGE}</td></tr>
<tr><td align="center"><span class="gensmall">{switch_display_medal.details.MEDAL_COUNT}</span></td></tr></table></td>
<td class="row2" valign="top">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr><td><span class="gen">{switch_display_medal.details.L_MEDAL_DESCRIPTION}: <b>{switch_display_medal.details.MEDAL_DESCRIPTION}</b></span></td></tr>
<tr><td class="quote">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr><td><span class="genmed">{switch_display_medal.details.MEDAL_ISSUE}</span></td></tr>
</table>
</td></tr>
</table></td>
</tr>
<!-- END details -->
</table>
</a>
</div>

