Main Page
Preferences
Ticker Content
Copy 'n Paste Code
Change Password
Log Out
This page provide copy 'n paste code two items:
You will be asked for a couple items of information. If any of the information changes in the future, the copy 'n paste code will change, also, and your web page will need to be updated.
The part of the web page where the ticker will appear must have an ID. There are only 3 rules for the ID:
Here, specify an ID for the ticker area:
If you've defined a CSS class name for the DIV within which the attention ticker will be published, specify the name here.
Optionally, the ticker can stop when the mouse moves over it and, again optional, restart when the mouse moves off the ticker. Ticker stops when mouse moves over it and restarts when mouse moves off. Ticker stops when mouse moves over it and stays stopped. Ticker does not stop for any mouse moves.
Copy this HTML code and paste it into your web page source code at the spot where you want the Attention Ticker content to be published. This is the DIV within which the message tickers will appear. <div id="myTickerID" class="theTicker" onmouseover="AT_Pause()" onmouseout="AT_Resume()"> </div>
Copy this JavaScript code and paste it into your web page somewhere below the point where you pasted the HTML code. Putting the JavaScript code at the bottom of the web page source code should work just fine. <script type="text/javascript" src="http://example.com/AttentionTicker/AttentionTickerInclude.php?myTickerID"> </script>