Advertisement
Java_Volume1 Internet/ Browsers/ HTML #99349

Very Simple Code Ticker

This is a very EASY to make "code ticker" You can use it for whatever you you want not just for codes. I'm new to javascript so don't critize to harslhy :) ~kc~

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
<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><a href="http://www.geocities.com/kcmerrill">Example Click Here</a></center>
</marquee>
</td>
</tr></table>
</center>
</body>
</html>
Original Comments (3)
Recovered from Wayback Machine