Marquee w/text links


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script language="JavaScript">
  2. <!-- Begin
  3. function writeMarquee() {
  4. document.write("<marquee scrolldelay='250' scrollamount='20'>This ordinary marquee has <a href='http://pastehtml.com/view/5ugy59g.html'>Live Chat Page</a> Listen to radio stations <a href='http://bravenet.com'>Go get some free web tools!</a>. Use HTML formating: <b>bold</b>, <i>italic</i>, <u>etc.</u>. Speed and delay also adjustable.</marquee>");
  5. }
  6. // End -->
  7. </script>
  8. </head>
  9. <body>
  10. <div align="center">
  11. <table width="30%"><tr><td>
  12. <script language="JavaScript">
  13. <!-- Begin
  14. writeMarquee()
  15. // End -->
  16. </script>
  17. </td></tr></table>
  18. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.