If you want to add a simple News bar (News reel) to your website, you can do it easily using a HTML MARQUEE tag, you only need to change the direction property to UP Try this code out
<div width="35"> <marquee bgcolor="skyblue" scrollamount="2" direction="up" width="35%"> <strong> THIS IS A SIMPLE NEWS REEL<br> You can add many lines<br> THIS IS ANOTHER LINE<br> <strong> </marquee> </div>
Nice tip!! Simple and working :)
ReplyDelete