2012年9月28日星期五

Blogger添加公告栏


有朋友问侧边栏里的公告栏,代码很简单,首先在侧边栏里添加一个Html/JavaScript模块,在里面加上下面的代码,公告栏的内容自己修改。可以根据自己的情况适当修改代码


<table border="0" width="80%" bgcolor="#ffffff">
<tbody><tr>
<td class="RegionContent"><p>
</p><marquee scrolldelay="1" direction="up" onmouseover="this.scrollDelay=3000" style="font-size: 12px; color: rgb(65, 65, 65); line-height: 17px;" onmouseout="this.scrollDelay=1" scrollamount="1" height="90">
已得到Wallop邀请的朋友请在评论里留下你的Email,谢谢。
</marquee></td>
</tr>
</tbody></table>

没有评论:

发表评论