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
Riepilogo AI: 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.
Codice sorgente
<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>
Commenti originali (3)
Recuperato da Wayback Machine