小HACK--论坛公告栏添加---CCTV快报
打开index.htm 找CODE:
[Copy to clipboard]
<tr class="header"><td colspan="3">$bbname {lang index_announcements}</td>
后面加
CODE:
[Copy to clipboard]
<td colspan="3" width="25%">CCTV 快报</td>
找
CODE:
[Copy to clipboard]
<marquee direction="left" scrollamount="3" onMouseOver="this.stop();" onMouseOut="this.start();">
$announcements
</marquee>
<!--{/if}-->
</td>
后面加
CODE:
[Copy to clipboard]
<td colspan="3" align="center" width="25%"><div align="center"><iframe src="http://www.cctv.com/homepage/46/index.shtml" name="express" width="354" height="16" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></div></td>
OK....
页:
[1]