With the following code you can add a news ticker in your site:

THE CODE:
<HTML>
<HEAD>
<TITLE>
code ticker
</TITLE>
</HEAD>
<BODY link="yellow" vlink="lime" link="red">
<CENTER>
Code Ticker
<TABLE>
<TABLE bgcolor=black border="5" bordercolor="lime">
<TR>
<TD>
<FONT color="yellow">
<MARQUEE bgcolor="black" scrollamount="2" direction="up" width="100" height="300" behavior=scroll>
<CENTER><--In here you can put whatever you want -->
<CENTER>Example Click Here</CENTER>
</MARQUEE>
</TD>
</TR></TABLE>
</CENTER>
</BODY>
</HTML>

INSTRUCTIONS:
You can only change the underlined text and numbers, it is easy-understood what happens when you change this text/numbers. Just simple.