I've used the script for the scrollable content II, and have the content the way I want it. But, I can't figure out how to center the whole thing on my webpage. Would some one please help... Thanks in advance.
I've used the script for the scrollable content II, and have the content the way I want it. But, I can't figure out how to center the whole thing on my webpage. Would some one please help... Thanks in advance.
The easiest way is to put:
<center>
script goes here
</center>
tags around it. If you want to preserve the left alignment of text within the scroller, you will have to add 'text-align:left;' to the style of its 'container' inside the script itself (near the top of the script):
Code:document.write('<div id="container" style="text-align:left;position:relative;width:175px;height:160px;border:1px solid black;overflow:hidden;">')
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks