我是參考這篇做法
小弟的測試網
改了之後有1個問題
標題下的顏色變成米色,而且滑鼠移過去還會變色\r
PS:借 藍色的天空 icon測試一下...
謝謝
[問題]討論區前方加入icon後無法顯示最後發表人
版主: 版主管理群
開啟 index_body.tpl
把紅色字串拿掉
把紅色字串拿掉
代碼: 選擇全部
<table cellpadding="0" cellspacing="0"><tr><td>
<img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" />
</td>
<td class="row1" width="100%" height="50" [color=red]onMouseOver="this.style.backgroundColor='#FFFFFF';" onMouseOut="this.style.backgroundColor='#F5F3EB';"[/color]><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
</tr></table>
