Saturday, November 29, 2008

Vertical News Scroller

You can add a vertical news scroller to your site using following code. Just add it to your HTML document to the relevant location.

<marquee height="100" width="140" onmouseout="this.start()" onmouseover="this.stop()" scrolldelay="60" scrollamount="1" direction="up" behavior="scroll">

<table width="128" cellspacing="0" cellpadding="0" border="0" bgcolor="white">

<tbody><tr>
<td align='center'> <a href="http://risingofsilversurfer.blogspot.com/">Visit My Other blog</a></td>
</tr>
<tr>
<td align='center'> <a href="http://magesithuwili.blogspot.com/">Visit My Another blog</a></td>
</tr>
</tbody></table>
</marquee>










Visit My Other blog
Visit My Another blog

0 comments: