Tuesday, July 1, 2008

HTML MARQUEE UP - Simple News Bar Using Marquee

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>




Get custom programming done at GetAFreelancer.com!

1 comment: