Sample
Purpose
This ticker displays clickable headers scrolling through a sizable space on your
site. The headers may be linked to other pages or email addresses by changing
a simple piece of coding.
Instructions
Copy and paste the coding onto your site and change the orange colored details
to suite your need. The SCROLLDELAY determines the scrolling speed. This may
be set at your leisure.
<CODE>
<MARQUEE BGCOLOR="#FF9920" DIRECTION="left" SCROLLDELAY="100" BEHAVIOR="scroll" WIDTH="600" HEIGHT="15" LOOP="infinite">
<BLINK>
<A HREF="http://URL1" STYLE="text-decoration:none"><FONT
COLOR="#FFFFFF"> <B>TOPIC1</B> </FONT></A>
<A HREF="http://URL2" STYLE="text-decoration:none"><FONT
COLOR="#FFFFFF"> <B>TOPIC2</B> </FONT></A>
<A HREF="http://URL3" STYLE="text-decoration:none"><FONT
COLOR="#FFFFFF"> <B>TOPIC3</B> </FONT></A>
<A HREF="http://URL4" STYLE="text-decoration:none"><FONT
COLOR="#FFFFFF"> <B>TOPIC4</B> </FONT></A>
<A HREF="http://URL5" STYLE="text-decoration:none"><FONT
COLOR="#FFFFFF"> <B>TOPIC5</B> </FONT></A>
</BLINK></MARQUEE></CODE>
|