開啟 templates/風格/portal_body.tpl
找到
代碼: 選擇全部
<!-- BEGIN recent_files_row -->
代碼: 選擇全部
<marquee id="recent_files" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2">
找到
代碼: 選擇全部
<a href="{recent_files_row.U_TITLE}"
同行後面加上
代碼: 選擇全部
onMouseOver="document.all.recent_files.stop()" onMouseOut="document.all.recent_files.start()"
找到
代碼: 選擇全部
<!-- END recent_files_row -->
代碼: 選擇全部
</marquee>
存檔大功告成
若要加長跑馬區塊的長度請調整以下這一行內的 200 那個數值!!
<marquee id="recent_files" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2">

