Results 1 to 2 of 2

Thread: News Ticker on-line

  1. #1

    News Ticker on-line

    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.

  2. #2

    News Ticker on-line

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •