Tetra Documentation
Tetra Documentation
twitter youtube linkedin google-plus
Tetra: JavaScript scroller

Tetra: DHTML Scroller - Documentation


Tetra Interactive FAQ
Please refer to README.html file from the Tetra archive for additional documentation

Tetra Interactive FAQ


Check to make sure that you have uploaded tetra-js.php to your webserver. If tetra-js.php isn't in the same directory as the webpage where you're displaying the scroller, be sure tht the script tag contains the path to tetra-js.php. For example, if your webpage URL is http://example.com/news/national.html and tetra-js.php can be found at http://example.com/tetra/tetra-js.php, the script tag should look like any one of the following:

<script src="/tetra/tetra-js.php"></script>

<script src="../tetra/tetra-js.php"></script>

<script src="http://example.com/tetra/tetra-js.php"></script>