
Originally Posted by
leematthews
Er? Tagline?
Per our usage terms, the credit notice that originally exists within the script tag need to be preserved, so something like:
Code:
<script type="text/javascript" src="rsspausescroller.js">
/***********************************************
* RSS Pausing Scroller- © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/ for source code and documentation
***********************************************/
</script>
Regarding your question, I see you didn't remove the default "<br />" tag added to the demo code. On your page, remove this line:
Code:
document.write("<br />") //add a divider for demo
Bookmarks