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


Be sure that you have uploaded the CSS file generated by tetra-setup.php to your webserver, and that the link tag points to it's location correctly. If you upload it to a different directory than the webpage that's displaying the scroller, you'll need to fix the path. For example, if the URL of the page that the scroller is displayed on is http://example.com/news/national.html and the URL of the CSS file is http://example.com/style/tetra.css, the link tag could be any of the following:

<link rel="stylesheet" type="text/css" href="/style/tetra.css" />

<link rel="stylesheet" type="text/css" href="../style/tetra.css" />

<link rel="stylesheet" type="text/css" href="http://example.com/style/tetra.css" />