Cod:
<div class="newsTicker" height=20px>
<marquee scrolldelay="1" scrollamount="2">
<font style="color: red"><b> 
Aici textul tau
</b></font></marquee>
</div>
Codul asta il pui inainte de tagul </body>

Pe langa asta mai trebuie sa declari div-ul newsTicker in css.

Cod:
div.newsTicker  {
position : fixed;
position : absolute;
bottom : 0;
left : 0;
background-image : url(http://biletul-zilei.com/templates/scroller_bg.png);
}
Sper ca v-am fost de ajutor!